Hi Guys,
I want to fetch output dictionary value from Queue item.
For reference, attaching screenshot.
I tried this in for each loop - currentQueueItem.Output(“Step”).ToString
but getting error as key does not present in dictionary.
Hi @shashank
Can you please share how does the transaction item in Queue look like. Share the flow if possible.
Regards


Hi @shashank
May I know the reason of the double quotes you are getting. How were the queues added. Because of the double quote it’s throwing an error.
Regards
Still getting error as key not present currentQueueItem.SpecificContent(“”“Step”“”).ToString
Here I’m trying to get the output dictionary value from Queue item.
i tried this but not working :-
currentQueueItem.Output(“Step”).ToString
Ahh…sorry. you are looking for Output.
tried this?
currentQueueItem.Output("""Step""").ToString
Thanks buddy,
it’s Working… ![]()
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
