We’ve introduced new system variables for agents, allowing you to reference stored values during execution. This simplifies the creation of dynamic, context-aware workflows.You can now use the following system variables across prompts, tool fields, Python code blocks, and the agent router step. These variables offer greater flexibility and enable more dynamic behavior in your agent workflows. Access them easily by typing <.
user roles and groups
user input
execution id
previous step result (string value of the previous step, regardless of connection)
Note: We store user details using the user ID passed to the agent execution to retrieve information from our database.