Retrieve only the conditional Transaction item from the Queue

Hi all,

How can I retrieve only the transaction items based on the condition from the Queue

Example :

Queue Items:

Name City Zipcode


Paul AB 267899
Paul AB 345728
Edsal AB 311244
Mercy CD 78989

I need to retrieve only the City value which is AB.

I shouldn’t retrieve City value other than AB

May I Please know how to achieve it

Thanks in advance

@saritha

Add the field youwant to filter on as a reference ehile adding wueue items…and then use the reference filter in get transaction item to get the values you want…and this can be a variable and linked to assets or have some logic to it to change as per need

Cheers

1 Like

Thanks a lot . Good idea

1 Like

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