Building UiPath Agent per the Agentic Training Module creates bug - "EmailBody is not available"

When filling in the User Prompt with the below script, the two input arguments are EmailBody and EmailAddress. According to this training module we follow these steps:

click on Data Manager
Inputs
add each of these as Inputs of type String:
EmailBody
EmailAddress

But - this creates errors in Debug that these two inputs arguments are not available. I have followed all steps in the training and this appears to be an issue with UiPath’s Agentic operation in Studio Web. Can you help?

Source: https://academy.uipath.com/learning-plans/agentic-automation-developer-associate-training

@peterw

Try to use @ in the prompt field it would show you all the variables available ..select from there and check

cheers

Ok, got it. Seems these need to be prefixed by a class: input.


Thanks