Legacy Dev Forum Posts

 View Only

Sign Up

How to get the last key value stored in to a variable to use in architect flows ,

  • 1.  How to get the last key value stored in to a variable to use in architect flows ,

    Posted 06-05-2025 19:26

    fegysimon | 2024-07-02 07:04:25 UTC | #1

    i am using a data action using "/api/v2/flows/datatables/--MyDatatableIdGuid--/rows" to retrieve the data, which returns the rows and keys successfully. i want to get the last key value to a variable and further process it for the next account number , is there any way i can get the last key value to a variable ?

    json output from the data action result.

    { "pageSize": 25, "total": 4, "pageCount": 1, "pageNumber": 1, "entities.key": [ "111111", "222222", "333333", "444444" ] }


    crespino | 2024-07-02 18:44:39 UTC | #2

    What is your use case for wanting/needing to do this? There may be better approaches than data tables if you tell us what you are trying to accomplish.


    system | 2024-08-02 18:44:51 UTC | #3

    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: 27036