Using Jinja in Rewst workflows
Recognize where to use Jinja in workflows.
Last updated
Was this helpful?
Recognize where to use Jinja in workflows.
Last updated
Was this helpful?
💡 In Rewst workflows, Jinja helps us work with variables in automations. You’ll see variables in places like:
Form field names
Workflow configuration settings
Action parameters (like "publish results as")
Workflow transitions (custom conditions, data aliases)
Context variables are created and modified through workflow actions and transitions, making data reusable across the workflow. Let’s break down some key workflows where Jinja plays a role.
Beyond the examples reviewed in this module, you can also use Jinja in a feature available for workflow actions, called "Publish Results As." To see this in action, watch the video on how to reference data with variables here.
Go to the previous module:
Go to wrap up the lesson: