Probleme between deserialize a json array to multiple assign

hi ,

i ve got a problem to create a variable with multiple assign acitivities , in this case the error is :

Capture6

thanks for your help

@frederic-f.bonnet

can you check if nni is present

If you open locals panel and open exception details you will see the actual exception

and in json array generally we access as below

jarrayvar(0)("Name").ToString

cheers

1 Like

Thanks a lot , i forgot the item , :slight_smile:

jarrayvar**(0)**(“Name”).ToString

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.