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

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

Main (13).xaml (6.0 KB)

@bobby - updated your workflow.

Thanks!

Thanks buddy. :slight_smile: