Queue Item Argument Names

Hi all,

I would like to iterate through the arguments of the queue items, not the specific content of the queue item but the name of the argument. Similar to dictionary with {key,value}, I would like to get the key instead of the value. Any help will be appreciated.

Thanks.

hi @MichaelL,

We can have Variables as shown below.


Mukesh

@MichaelL You can get the Keys From the Specific Content Values Since the Method SpecificContent Outputs a Dictionary in this way,

queueItem.SpecificContent.Keys - Outputs a List of Keys

You can Iterate it using For Each or Access it by the Index value

7 Likes

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