How can i Initialize the dictionary

Hi everyone how can i Initialize the dictionary in my workflow for suppose i have two input dailog boxes where i can enter the key and value so every time it will add to dictionary

Can any one help on this

Appreciated for helping

Thanks in advance

You can go through this

@Venkata_Swami

1 Like

You can try this in your studio

In 3 sentence you can replace the number and text with your input dialogue boxes variables

@Venkata_Swami

Put New Dictionary(of string, object) (or whatever datatypes you need) into the default value in the variables pane

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