Hi,
I am using a Execute Stored Procedure smart service and it is returning 2 result set and each result set is returning with multiple values.
Now, when I try to grab the store procedure output result into a variable like below, I am getting an error.
An error occurred while evaluating expression: keys:AC!ResultSets[0] (Invalid index (0) for list: valid range is 1..2) (Data Outputs)
Discussion posts and replies are publicly visible
Why you are trying to cast the output? you can just index the property you want from results.
And how is it even possible to cast a Map into Number?
swapnar6405 said:When I am trying to convert from list of map to list of integers, I am getting an error.
You wouldn't simply use "tointeger()" for this. But if you want specific advice you'll need to show us what you're actually currently trying to do in the rule output.
Thank you all for your inputs.