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