Data Action to get Data From Data Table , retrieve values with limited length

Hello,

I have a use case where a need to get the values from different columns in my data table given a specific length..
I implemented a data action calling this api : /api/v2/flows/datatables/${input.dataTableId}/rows/${input.dataTableKey.replace(" ", "%20")}?showbrief=false

If I use Json I can do stuff like this :

$.entities[?(@.key.length>0)]

It works perfectly fine but when I test it directly from Genesys Cloud (data action testing) it doesn't work.

Any idea on how I could achieve this in Genesys Cloud as well?
Nathan

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