GetOne
Finds a model object in the database based on its ID and returns it.
Last updated
Was this helpful?
Finds a model object in the database based on its ID and returns it.
Last updated
Was this helpful?
[Input] In - starts the block's execution.
[Output] Out - activates when the block has finished its execution.
[Input] ID (integer) - ID of the model object to retrieve from the database.
[Input] _with (enum, optional) - data models connected to the target model object to retrieve from the database. Can then be used after expanding the found model object. Read more about _with in the .
[Output] Model (model) - model object found in the database.