Instructions
1. Add the “Set Variables” Action, Use this server-side action in your backend workflows when you want to group multiple values in one place and return them efficiently.
2. Define Up to 5 Variables, For each variable, you can:
• Choose the data type (e.g., text, number, thing, etc.).
• Provide either a single value or a list of values.
3. Use Returned Variables, The plugin will return all defined variables immediately, and you can reference them in the next steps of your workflow.
4. Why It Matters, By centralizing value definitions:
• You reduce the need for extra database calls.
• You avoid unnecessary workflows or conditionals.
• You save WUs and boost performance.
• You keep your logic clean and scalable.