Skip to main content

Auth and config slots

The two key things that 'personalize' integrations for End Users are:

  • Authentications
  • Config data

When we are building and testing the workflows that make up our integrations we must set the

Setting auth scopes for End Users

Auth-only dialog

Importing auths

Mapping and editing auths

Forcing unique auths

Managing expired auths

Importing auths

End User config data

Setting config data

You can create the config one of two ways:

  • By manually creating the list:

    settings-set-project-level-config

  • By selecting 'convert to config' at any point in a workflow:

    convert-to-config

Config data and drop-down lists

If the properties panel field is a drop-down list (DDL):

sheets-ddl

Then you will need to use the Text Helpers connector to set the type as string:

config-set-type-text-helper

And then reference the Text Helpers result at any points in the workflow where the DDL appears:

ddl-config-data-reference-text-helper

Avoiding config data errors

Importing config data

Shared auths and data (Static Slots)