I'm trying to create an action in a Connector, that calls an MSSQL Stored Procedure. The Stored Procedure must return a RecordList
I'm using C#, and the Call A Stored Procedure documentation. The documentation, though, returns a value, not a RecordList.
I'm attaching the .xif extension file.
Please Advice on how to do that.
Regards,
Marios
Hi Marios,
Please refer below extensions. In this extension multiple list sample available.
https://www.outsystems.com/forge/component-overview/12951/call-a-stored-procedure-that-is-returning-multiple-dataset
Thanks
Vinod
Hey Vinod,
Thanks, i'll check it out