Add queue Item

Would anyone be able to provide an example of how to pass a variable value to a queue item? i basically have a queue and i would like to assign the output of a workflow to a transaction item in the queue. however if i create an argument in the itemcollection of the activity i am unable to assign a value to it using the assign activity.
any help would be appreciated

thanks

Use add to collection activity and provide your collection name and the object as input which you want to add

Try like this in the ItemCollection:
image

The value section is your variable which you want to pass
You will not be able to assign the IN argument in the workflow as it will not appear under variables or arguments
Its only for the add queue item :slight_smile: