Skip to content

Resolve Table#

The Resolve Table Task allows retrieving data from a specific Generic/Smart table.

resolveTable_parameters

Inputs#

Name Data Type Description
Activate any Activates the task

Table: Resolve Table inputs

Outputs#

Name Data Type Description
Rows any Rows retrieved from the table
Success Boolean Triggered when the task is executed with success
Error Error Triggered when the task failed for some reason

Table: Resolve Table outputs

Settings#

Name Data Type Value Default Description
Table Type enum GenericTable
SmartTable
SmartTable Type of table to use mode
Table SmartTable or GenericTable Table to use as a source for the data
Returned Results Mode enum OnlyFirstRow
AllMatches
OnlyFirstRow How the returned dataset should be generated
Reset inputs on activate Boolean true Resets the inputs after being triggered
Partial Resolve Boolean false Uses 'partial resolve' for smart table resolution (empty key values resolve to any value)
Emit on table update Boolean false Emits the task when the table is updated

Table: Resolve Table settings

resolveTable_settings

Behavior#

In the settings, define the type and name of the table to retrieve data. The input values should be, in case of smart tables, the keys to resolve. In the case of generic tables, the column values to use as filters.

Remarks#

None.