Add Queue Item Reference

Hi,

I am fetching data from Orchestrator Queue to BOT using config file. In Add Queue Item activity I need to enter reference from excel using config file but unable to identify how to do it. Any help please?

All information is being entered from config file so cannot use excel file variables.

1 Like

yah along the property panel of ADD QUEUE ITEM we can mention the reference from config file like this if that config file data is stored in a dictionary variable named in_config
in_config(“yourkey”).ToString
where yourkey is a rowvalue from column Name

Cheers @Saurm21

2 Likes

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