Filter api orchastratot

I want get queue items by Api orchastrator and I want filter by “PaymentId” and the “PaymentId” is field in the “Specific content” and I alredy tried using “SpecificContent/PaymentId eq ‘1927511’” but does not work
can someone help me

@Rui_Cruz2

You can try using like this

contains(SpecificData, '"PaymentId":"1927511"')

cheers

1 Like

Does not work

@Rui_Cruz2

May I know what you tried…because it works from my end

This will filter on specific content exactly matching it

cheers

Sorry, you are right, I tried again to be sure and it worked Thank you very much for your help

1 Like

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