Await form submission
Suspends the automation and awaits a submission from a form designed via the "create a form" action. This action, when configured, will use the closest "create a form" action that precedes it in the automation's logic flow.
Await form submission with timeout
Suspends the automation and awaits a submission from a form designed via the "create a form" action. This action, when configured, will use the closest "create a form" action that precedes it in the automation's logic flow. If nobody submits the form within the specified datetime, the automation wakes up and empty field values are emitted.
Await human moderation
Suspends the automation and awaits human moderation. Approval is performed by someone visiting the link emitted from the "get moderation request link" action.
Await human moderation with timeout
Suspends the automation and awaits human moderation. Approval is performed by someone visiting the link emitted from the "get moderation request link" action. If nobody moderates the item within the specified datetime, the specified default moderation result will be emitted.
Configure moderation queue UI
Configures the moderation queue's UI elements. Configuration can be done per automation and per scope.
Create a form
Creates a form using a WYSIWYG designer. Emits the URL to the form. The "await form response" action must be used to receive the submitted form information.
Display form waiting message
Displays a text message in a popup dialog along with a spinning animation icon and an optional halt button. This action can be called multiple times after a form is submitted to update progress before the next form is displayed.
Execute assembly in browser
Only for use in form app automations. Suspends the automation while the form in the browser executes the specified assembly in the browser.
There must be form actions that precede and follow this action.
Get moderation request link
Returns a moderation request link to be sent to a human. When the link is opened, they will see the provided title and description, along with buttons to take action.
Manually configure automation webhook triggers in browser
Only for use in form app automations. Suspends the automation while the form in the browser executes webhook triggers in the browser that need manual end user configuration.
There must be form actions that precede and follow this action.
Perform app connection workflow
Only for use in form app automations. Suspends the automation while the form in the browser walks the end user through the workflow for connecting the specified app.
There must be form actions that precede and follow this action.
This action may not result in an app actually being connected. Check the emitted "Action error message" field for any error message. Also, use the System "Does account have app connection" action to check for the presence of the app connection.
Deleted row (instant)
Triggered when a row is deleted from the specified table.
New or updated row (instant)
Triggered when a row is added or updated in the specified table.
New row (instant)
Triggered when a row is added to the specified table.
Updated row (instant)
Triggered when a row is updated in the specified table.
Create row
Creates a new row in the specified table.
Find row
Finds a row in the specified table by searching for a matching input value in a specified column. If multiple rows contain the value, only the first matching row is returned. If no rows match, an error occurs.
Update row
Updates a row in the specified table by searching for a matching input value in a specified column. If multiple rows contain the value, only the first matching row is updated. If no rows match, an error occurs.