How to fetch data list from a Stored Procedure in Process without Forms?
I want to fetch data list from a Stored Procedure in Process without Forms, How to exec Stored Procedure and map data to Model Data?
-
Hi,
you can use stored procedure activity in process model:
https://documentation.agilepoint.com/00/appbuilder/cloudenvShapeStoredProcedure.html
For that you can create a complex repeatable node in the process fields and map your repeateable data in Stored procedure to your repeatable node in process fields.
Regards
Alexey
-
Hi Alexey, thanks for comment,but it seems can't to set mapping in Stored Procedure activity,How to set mapping?
-
I have never tried to use the "Advanced" tab of the Stored Procedure activity. But using the "Basic" tab is very simple.
You just need to select your database access token, schema, and then select the Stored Procedure you want to run from the drop-down list. Once you select it, the parameters fill into the grid showing if they are input or output parameters. Then you can just drag & drop variables from your process schema into the fields.
Please sign in to leave a comment.
Comments
4 comments