Get Dynamic Data Rows as the output of a flow called as API

I have a flow which uses a RAW SQL step to retrieve some data from an external database, and outputs the result in a list of DynamicDataRows.

I want to get the Dynamic Data Rows as the output of the flow if I ucall the flow as an API.

Comments

  • I understand that you want to get the DynamicDataRows value outside the flow as output of the flow, when calling the flow as an API.

    I would like to inform you that  DynamicDataRows are Decisions default data structure and cant be used for results outside Decisions.

    I suggest you to convert the results into CSV and then onwards you can build a custom logic to send the File or the contents inside it.

Sign In or Register to comment.