Queues scenario based

Hi,

How can we fetch a particular transaction with a particular value from a list of transactions!! Please elaborate !!

Thanks in Advance,
Harsha.

Hi @Harsha_S1

If you know the unique reference number, you can give it in the filter section of the get transaction item
as below
image
Or
Use the Get queue items and then by using it for each loop , you could check the value of transaction and take that particular transaction using the if condition

1 Like

@Harsha_S1

You can add reference to thw transactions…and using the reference you can get the required transaction from the queue…in get queu items you have a reference option to be provided…make the reference unique for each transaction

Cheers

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