Get Dynamic Data Rows as the output of a flow called as 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.