I’m currently working through the UiPath Agentic Automation Associate training modules using the latest Community version of Studio Web. I’ve noticed an issue in how the current version of Studio Web handles Data Manager input and output arguments.
The training module steps say:
Click on the Editor (<>) icon and use the JSON code mentioned in the Input arguments and Output arguments text files provided at the start of this guided workflow.
Thanks Ashok. That worked and I was able to continue with the exercise.
*Also, Web Studio System Prompt bracket variables need to be prefixed with “input.”
In order for Data Manager to recognise them, {{threshold}} must be modified to {{input.threshold}} etc …