{{actionApi.name}} {{ actionApi.description }}

Action Settings

App
Action

{{ selectedActionApi.description }}

Arguments
if input_1.result > input_2.result:
    selected_node = output_1
else:
    selected_node = output_2
result = input.result.get("key")
Run In Parallel
{{ selectedActionApi.returns.example }}
{{ selectedActionResults.format(selectedActionResults.result) }}
View Full

Trigger Condition

Console {{ consoleLog.length }}
Results {{ nodeStatuses.length }}
{{ row.label }}
{{row.app_name}} / {{row.name}}
Started {{ row.started_at ? (row.started_at | amFromUtc | amTimeAgo ) : 'N/A' }}... Started {{ row.started_at ? (row.started_at | amFromUtc | amTimeAgo ) : 'N/A' }}...
Success {{ row.completed_at ? (row.completed_at | amFromUtc | amTimeAgo ) : 'N/A' }}
Started {{ row.started_at ? (row.started_at | amFromUtc | amTimeAgo ) : 'N/A' }}...
Failed {{ row.completed_at ? (row.completed_at | amFromUtc | amTimeAgo ) : 'N/A' }}
{{ row.format(row.parameters) }}
{{ row.format(row.result) }}
Errors {{ loadedWorkflow?.all_errors.length }}
Locals

Local Variables

Local Variables are unique to this workflow. They are reusable in multiple actions and the value can be overridden on each run from the execution page.
Globals

Global Variables

Global Variables are system-wide encrypted variables ideal for sharing authentication and configuration settings between multiple workflows.