Get particular value from orchestrator queue

hi all,

So i have 2 columns in a transaction item queue, which are:
Name and URL

how can i get the url value using in_TransactionItem for the bot to open the URL for each transaction process.

pls help

@syezids

Use in_TransactionItem.SpecificContent(“URL”).ToString

Hope this helps you

Thanks

have tried that and got the error of:

never mind all is good after i deleted those arguements and create them again. apparently this is a constant error also:

anyway thanks a lot for the help

1 Like

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