Using Jinja in Data Aliases and Creating an API Request Action
Use a data alias to store the "options" for a form field and accurately map those options in workflow output configuration.
Module Overview
💡 In this Options Generator workflow, you'll use data aliases to manage how individual actions store data from integrations. You'll also implement custom API requests when Rewst doesn't offer a built-in action, leveraging Microsoft Graph API documentation. Two key skills, one workflow—like finding that double-yolk at breakfast!
Video (12:52 Minutes)
Remember, everything we’re doing is to output data to the group field connected to this Option Generator. That's the ultimate goal of this workflow!
Add Actions to the Workflow
Action Item
Add and configure a new Generic API Action to execute specific functionality based on the API documentation. Ensure the API endpoint, method, headers, and parameters are set according to the documentation for proper integration.
Review How to Reference Data with Variables to store objects from the action into Data Aliases.
Navigation
Go to the previous module: How to Create, Configure, and Trigger an Option Generator Workflow
Go to the next module: Connecting an Option Generator Workflow to a Rewst Form
Last updated