Skip to content
English
  • There are no suggestions because the search field is empty.

Connecting app accounts

Learn how to use the 'Perform app connection workflow' action in APIANT form apps to let users connect third-party app accounts within automation workflows, including connection validation and error handling.

A form app can perform the workflow to connect an app account, same as is done in the automation editor's "Connections" screen Adding an app connection.

Use the Human Interaction app's "Perform app connection workflow" action:

Document image
 

Select the app to connect and optionally configure the tenant and account to associate with the new app connection.

Document image
 

By default the account running the form app automation will be used.

 
 

The "Perform app connection workflow" action must be preceded and followed by forms.

Typically the preceding form will give the end user information about the forthcoming app connection worklow about to be performed and the follow-up forms will handle error handling and validation of the connection.

The System app's "Does account have app connection" action should be used to check that the app connection was actually made:

Document image
 

The overall logic for performing an app connection in a form app automation should look something like this:

Document image