05-07-23 03:45 PM
Hi All,
Greetings.
need some help.
I need to access the data in value field.
could you please help me with this.
05-07-23 04:31 PM
@Jishnu P Nair Access it using dot notation in a calculation stage
Coll_GroupDetails.infoField.output.JSON:Array.value
05-07-23 05:55 PM
@shashank.kumar280 I tried that approach but not working.
getting error like this :
05-07-23 06:23 PM
Hello Jishnu,
I think you are getting the above-mentioned error while evaluating the expression in the calc stage. Please run the calc stage in debug mode to get the value in an output variable. Are you using BP 6.10 version?
06-07-23 11:31 AM
Hi,
Yes i am using BP 6.10.
I am runing the bot in debug mode as well.
06-07-23 12:04 PM
Hi Jishnu,
It was a known bug and BP fixed it in 6.10.1 version. You will get the error only when you try to evaluate the expression for collections. You won't get the error when you run the process in debug mode or from control room.