Hello,
Currently, unfortunately, you cannot directly get the recordset returned by executing a stored procedure into Automation Anywhere variable. However, you can try this, at the end of stored procedure you can store the resultant recordset into any temporary table using 'Insert Into Table' statement then using 'Execute Query' command get the resultant data from that temporary table.
Hope that helps.
|