Getting exception trying to assign a value to dictionary variable

Hi All,
I have a Excel data and i need to add that data to queue. Before that i need to assign that excel data to different headers. When i try to do that I’m getting error. I’m attaching my flow. Can anyone help me why I’m getting that error.

AddtoCollection.zip (9.0 KB)

What is the error you’re getting? You have to give us details so we can help.

Thanks for the reply @postwick . I got the solution.

In for each row datatable starting i have added assign as first activity and assigned the value as
New Dictionary (of string, Object)

You can just do that in the Variables panel in the Default box. You don’t need to use an Assign to initialize it.

Thanks @postwick let me try that

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