UiPath form activity issue

I’m using UiPath form activity to generate 2 checkboxes. Depending on the status of the checkboxes, I’m entering either Yes or No in an excel sheet. I’m having trouble extracting the values of the checkboxes. When I go to deserialize the JSON to extract it, I’ve set the TypeArgument of the deserializeJSON activity to Generic dictionary according to a youtube video. That’s supposed to give a tag and a value. But when I do that, I’m getting an error saying the input string is of wrong type. My input string is of ‘String’ type because that’s the default type of the form designer. Would appreciate your help.

1 Like

Hey @Sharang_Bhedasgaonkar_AP,

Welcome to the community.

Have you tried using the parameters of the form in the properties panel…

#nK