I want to access the value of dictionary argument inside UiPath form designer panel to get the values and do some logic check in Javascript section. Is it possible to retrieve the value using key inside form designer panel , if yes , how?
May I know what you want to validate or use?
As passing dictionary might not be possible
You might need to pass it in any other form and then combine in javascript and use or so
Cheers
Hi @Anil_G ,
I want to make use of dictionary agrument to pass certain values inside the form rather than defining individual argument to pass inside the form.
Arguments passed are already accessed like a dictionary only withh name…not sure what would be the problem
In sending them insividually…rather one thing you can do is to convert it to datatable with first column as keys and second as vaues and pass
Cheers