Add certain excel rows to an orchestrator queue

I tried adding certain rows (highlighted in the figure below (sub total, GST and total)) to orchestrator queue but the it is not working. HELP
Capture

You tried adding them HOW?

What are you trying to do?

In general, you’d Read Range to get these values into a datatable, then you’d loop through the rows and convert to dictionary, then give the dictionary to the Add Queue Item activity.

to be stored in a queue in the orchestrator (the 3 values)

Then do what I said…

Read Range to get these values into a datatable, then you’d loop through the rows and convert to dictionary, then give the dictionary to the Add Queue Item activity.

thank you paul

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