Dynamic Data Source Selection
This popup gives you the ability to select your data dynamically from the previous action or input payload.
Last updated
Was this helpful?
This popup gives you the ability to select your data dynamically from the previous action or input payload.
Last updated
Was this helpful?
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)
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.
API Key from Secrets Manager:
Retrieve the API key for the SendGrid email service from the Secrets Manager.
Use it securely for sending emails.
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.
This popup provides a flexible and intuitive way to manage dynamic data across various actions .