I have two queue but I need to get item in difffenret time. For example, it will take the item in the morning from a separate queue, in the evening from a separate queue.
Which expression shoul ı use or method?
Regards,
I have two queue but I need to get item in difffenret time. For example, it will take the item in the morning from a separate queue, in the evening from a separate queue.
Which expression shoul ı use or method?
Regards,
Hi Canberk
You can put an if condition with Now.Tostring(“HH”) > 13 and put the two Get transaction item in then and else block having the same output variable something like this . you can add more conditions in the if.
If am ı wrong please let me know
Now.Tostring(“HH”) > 13 this expression stands for : get item before noon right?
Yes Correct you can just modify it based on the timings you prefer.
Thank you, I think it would be worked
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.