Config:
Config Field | Description |
---|---|
Source Type | In this option, you can select various sources from which you want to query records. It allows to choose from Object, Model and Variable. Note: By default, the Source Type is Object. Note: Fields below this will be populated based on the Source Type one chooses. If Variable and Model are chosen, only one field of choosing specific model and variable will be populated. |
Object | In this option, you can select object from which you want to query records. |
How many records to store? | In this option, you can select amount of records to query. Either you can choose Single or Multi-record. |
Fields | In this option, you can see fields from object you selected which you can query for. Note: This will be blank, if no object is chosen. |
Selected Fields | In this option, you can see selected fields by you which are querying for. |
Filters | It enables to filter out the data for object using AND OR logical operators. |
Order By | It enables to perform order by and sort records on basis of fields, either ascending or descending. |
Limit | It is used to specify the number of records to be queried in single query. |
Offset | To efficiently manage large result sets in a SOQL query, use the |
Action Details:
//Action Details ~ Workflows
Input:
//Manage Input Variable ~Workflows Modal
Add Comment