How can I pass two sheets in one transaction of queue

I want to pass two sheets in one transaction item and use in_transactionItem variable for both input sheets in Reframework.

Sheet 1 and Sheet 2 should be in one transaction of queue.

@Bhushan_Nagaonkar

If you want to pass in same transaction then add them with comma separator in one string and add it and split when retrieved…

Other way is to use 2 keys to add two sheets and can be retrieved using its own key

Cheers

Can you share a workflow for this.?

@Bhushan_Nagaonkar

This is how you use it

cheers

Thankyou for your time and solution

1 Like

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