I have a requirement where there is a field(added in ItemInformation while using “Add Queue Item”) in the queue. Based on the value in the field, I have to perform some tasks.
Example: If the ItemInformation value in the Queue item is “True” then that corresponding item can be processed. If the value is “False” then those items have to be performed after the Business Hours.
So here I am using Get Transaction Item and able to filter the Transaction Items using Specific Content, but the issue I am facing here is the Queue Item status is changing to In Progress. When the bot runs at after business hours no new items are being available to perform.
Here no Reference Name given.
Can anyone help me out, how to solve this issue?