Get Record
Last updated
Was this helpful?
Last updated
Was this helpful?
Get Record allows you to retrieve a single record from a database table using a single field to search by.
In Get Record, you'll provide the name of the field to search inside of, and the value to search for. These can come from inputs, variables, or you can manually specify a value.
field_name is the name of the field to look inside of. For example, if we wanted to search for a record with a specific ID, we'd type id
here.
field_value is the value to search for in the provided field. Assuming we are searching in the id
field, we would put the ID to search for here.
Give this function a description for easy understanding of what this function achieves.
This description will appear in the function stack, giving you easier readability for complex logic.
Click to edit the fields returned in the query.
Change the variable name that this function will output to.
You can also choose to enable a lock on the returned records here. Locking the records as part of a will prevent other function stacks from modifying the data until the lock has been released.