Fetch By ID
Fetch By ID node helps in data retrieved from a database in response to a query or request.
It's like pulling out specific information from a filing cabinet or a digital storage system. When you fetch records, you're essentially getting the data you asked for from the database.
Properties Panel
Field | Description | Required | Default |
---|---|---|---|
Node name | true | _ | |
Database collection | Database collection in which you want to query | true | _ |
Record Id | Unique id of record that needs to be fetched | true | _ |
Record Id type | Type of record id which is to be fetched | false | ObjectId |
Returns
result
- The result of the query at runtime. You can access this using Magical Autocomplete (e.g. $.<node_name>.result
) in any node below this node.
Last updated