Generative AI activities in UiPath Studio Web

I’m a beginner in UiPath, and I encountered an issue while following the training course–Validate Excel Codes And Send Emails case. When I reached Step 19, where we are supposed to add the Varibles (such as “bug report”), I couldn’t find them in the selection list.

My screen looked like the following screenshot I attached. After that, the workflow showed an error message.

I’m wondering if I might have skipped an earlier step that creates or defines these parameters. How should I correct this issue? Thank you

@sebastian.su1019

You have to type that string as category name. It’s not a variable but plain string like Bug report and it should be fine.

@sebastian.su1019

Welcome to the community

please recreate the variable in the activity where it is throwing error

ctrl+k will allow you to create variable in the field directly, or click create variable in the field only

cheers