How get transaction Item from two different queue?

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 :slight_smile:

Now.Tostring(“HH”) > 13 this expression stands for : get item before noon right?

1 Like

Yes Correct :slight_smile: you can just modify it based on the timings you prefer.

Thank you, I think it would be worked :slight_smile:

1 Like

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