Dictionary using Invoke Method

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

1 Like

@bobby
You can use Add To Dictionary activity or assign using Assign activity:
dictionary(KeyName) = value

1 Like

Main (13).xaml (6.0 KB)

@bobby - updated your workflow.

Thanks!

1 Like

Thanks buddy. :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.