Hi All,
I am unable to retrieve the data from queue.
I have used following expression to retrieve the data. Both of them are not working.
in_TransactionItem.SpecificContent(“Source Location”).ToString
in_TransactionItem.SpecificContent.GetValueOrDefault(“Source Location”).ToString
I am receing the below error:
Log Message: The given key ‘Source Location’ was not present in the dictionary.
I have attached the xaml here.
I have attached the screenshot of Orchestrator queue as well
I am using UiPath community edition version :
2023.8.0
I did try degrading the packages as well . However still we are getting the above error.
QueueItemRetrieval.xaml (6.0 KB)