Dictionary help

I’ve recently started using forms designer and the youtube tutorial taught me to pass the selection from select boxes into a dictionary<string,boolean>. Would like to ask how do I reference to the value of string for assigning when I’m using the for each activity to to pick up the value if boolean is TRUE. Apologies if this is a simple question but I’m kind of out of touch with UIPath.

Thank you.

Hi @QTH ,

If I remember correctly, the elements in a Form have something called a Property Name under Field Key correct?
If so, then I’m assuming that the Field Key will be the key that you will use the reference the values.

If you want to see these things in real time, I would suggest running your process in Debug Mode and check what all keys are getting populated from the Immediate/Locals Panel.

Kind Regards,
Ashwin A.K