Dynamic Data Source Selection

This popup gives you the ability to select your data dynamically from the previous action or input payload.

The Dynamic Data Source Selection popup allows you to customize dynamic data usage wherever needed. Data can be selected from:

  • Previous actions

  • Input payload

  • Environment Secrets Manager

  • Decoded tokens (e.g., user tokens)

Examples with Screenshots

Using Email from Input Payload:

  • Select the email from the input payload of the API request.

  • Use it for querying the database to check if the user exists.

Data is taken from input payload

API Key from Secrets Manager:

  • Retrieve the API key for the SendGrid email service from the Secrets Manager.

  • Use it securely for sending emails.

Data is taken from secrets manager

Custom User Detail Handling:

  • Take user details from previous actions to build custom text.

  • Return a custom object with data derived from the results of previous actions.

Data is taken from previous action results

This popup provides a flexible and intuitive way to manage dynamic data across various actions .

Last updated

Was this helpful?