Legacy Dev Forum Posts

 View Only

Sign Up

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

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

    Posted 06-05-2025 19:26

    Nathan_Tossens | 2024-07-29 12:29:09 UTC | #1

    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


    system | 2024-08-29 12:29:39 UTC | #2

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


    This post was migrated from the old Developer Forum.

    ref: 27447