Studio Web Data Manager JSON doesn't match Agentic Automation Associate training

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.

However, when I paste the provided input JSON into the editor exactly as instructed, Studio Web reports numerous validation errors.

I’ll attach screenshots of both the validation errors and the current Data Manager interface in case that helps.

Thanks in advance for any advice!



@peterw

Just ask Autopilot to create the input schema as per the provided string and pass the json string you have.

Autopilot will help you refactoring this.

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 …

Turns out NBSP non break spaces are the problem.

The .txt files UiPath provides have a stack of them at the start.

Using Notepad+
‘View’ → Show Symbol → Show All characters.

Once all 10 NBSP are removed the json is ready to create the input & output.