Create Real-time Query Object Action

The Create Real-time Query Object Action is used to configure a real-time Scenario query operation. The output of the action is an input object for the Scenario action.

 

Category: Overcast

Label: Create an Overcast Real-time Query Object

Name: apex-overcast__ActionCreateRealtimeQuery

 

Inputs

Scenario (optional)

Select the Scenario to load the available fields. The fields are required for field selection, conditions and ordering, but selecting the Scenario is optional.

 

Field Selection (optional)

When selecting some fields, use the dual picklists to select desired fields. Ordering has no effect here. Ordering is determined by the display location.

 

Conditions (optional but recommended)

Set the condition matching criteria to be either All Conditions Are Met (AND), Any Condition Is Met (OR), or Custom Condition Logic Is Met.

Use parentheses, AND, OR, and NOT to customize the logic. For example, if you enter "(1 AND 2 AND 3) OR 4", the flow evaluates whether the first three conditions are true or only the fourth condition is true.

 

Add a row for each condition necessary. Flow variables can be used in the condition value.

 

Due to the nature of Flow Actions, there is a limit to the number of Flow variables used in conditions. If you encounter the error "Exhausted all properties for data type [x]", you have hit this limit. Consider using a collection variable and the In operator to combine strings, if possible, or consider other ways to combine or minimize the number of flow variables used. Otherwise, contact Vigience support to discuss your needs. 

 

Order By (optional)

Select the record ordering fields. 

 

Limit (optional)

Set the maximum number of records to return for the query. Flow variables cannot be assigned here. Use an Assignment element to set a variable. 

 

Offset (optional)

Set the starting offset for the records to return. Order By should be used when using Offset. Flow variables cannot be assigned here. Use an Assignment element to set a variable.

 

Outputs

Query

Returns an Apex-defined type object that is configured according to the input parameters.