Unable to create out argument in Add Queue Item activity

Hi All,

I am using Add Queue Item activity. I am able to create arguments in Item Information( all as In_arguments).

But I want all these arguments to be out.
I need to use these values in different xaml.

Can you help.

Thanks,

rds

@Anil_G

: Can you please guide

@rds0511

The arguments that you add to queue will be retrieved when you do a get queue items or get transaction item……transactionitem/queueitem.specificContent("Queueitemname").ToString

There is no out argument as such that you need…

Cheers

1 Like

Thanks @Anil_G

Let me try and have to actually create report with these values.
Will share update.