Hi Guys
I have created a dictionary and using the invoke method. I am trying to add items to the dictionary. I am not sure how to do this and display it. Please see my sequence Main.xaml (4.4 KB) below.
Hi Guys
I have created a dictionary and using the invoke method. I am trying to add items to the dictionary. I am not sure how to do this and display it. Please see my sequence Main.xaml (4.4 KB) below.
Hi @bobby,
If you want to display the values try like below
dictionary("newKey").ToString
@bobby
You can use Add To Dictionary activity or assign using Assign activity:
dictionary(KeyName) = value
Thanks buddy.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.