Make
Returns a new model object from given fields (to store it in the database use the Create block).
Flow Connections
[Input] In - starts the block's execution.
[Output] Out - activates when the block has finished its execution.
Data Connections
[Input] ID (integer, auto) - ID of the model, can be set manually or assigned by the system automatically.
[Input] CreatedAt (date & time, auto) - date & time of the creation of the model, can be set manually or assigned by the system automatically.
[Input] UpdatedAt (date & time, auto) - date & time of the last update of the model, can be set manually or assigned by the system automatically.
[Input] DeletedAt (date & time, auto) - date & time of the deletion of the model, can be set manually or assigned by the system automatically.
[Input] Fields (multiple, any) - all the other fields of the model (defined in the Data Models Designer).
[Output] Model (model) - resulting model.
Last updated