How to get Output Data values from orchestrator queue?

Hello everyone, I need to get values from output data fields in the queue.
Can anyone help, please ?

Thanks

@Guru_Koli21

After you do get queue items

Say output is listqueue variable then

Listqueue(0).Output("KeyVLueInOutput").ToString will giv ethe respective output value

Cheers

1 Like

Thank you for the solution

1 Like

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