Get Application Exceptions from from multiple queues

Thank you ClaytonM for your response, and excuse for my delayed response.
I figured out the problem, GetQueueItem activity reads first 100 items, and in productions we do have records more than 100, and it doesn’t necessary that application exceptions find in first 100 items. and if any exception exist after 100 records, was skipped.
In dev, I deliberately created application exceptions first few records so it was picked.
Following article helped to figure out and fix the issue-

Give it a try and share your thoughts @ClaytonM

Regards - Ram

2 Likes