Access data recieved from a SQL stored procedure as rowSet
Summary:
Access value of a specific column in a specific row within a RowSet.
Content (required):
I have a SQL Stored Procedure which returns a table together with another parameter.
the table returns in the response as type of RowSet.
how can i access the value of a specific column in a specific row?
Thank you.
Version (include the version you are using, if applicable):
GEN 2
Code Snippet (add any code snippets that support your topic, if applicable):
0