cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SAP IRPA Context variables

rashmi-a
Explorer
0 Kudos

Hi,

When I try to create a context variable in workflow to use the same inside the java script, it throws an error saying "Undeclared variable".

Kindly help.

Accepted Solutions (0)

Answers (4)

Answers (4)

Jerome
Advisor
Advisor
0 Kudos

Hi,

In Desktop Studio, open the Editor module :

then click on Projects, at the bottom of the window :

Then check the order of the files that are declared in GLOBAL > SCRIPTS (double-click on SCRIPTS) :

this is what you should have. And below this list you should see the files created from your scenario.

All the declarations of the context variable are stored in the Entities file.

Hope this helps,

J.

rashmi-a
Explorer
0 Kudos

screenshot of the error

rashmi-a
Explorer
0 Kudos

Hi,
Thanks for your reply..

Yes but still it didn't work..
Had activated once with gv_orders .. but for my surprise even that is giving error now.

Jerome
Advisor
Advisor
0 Kudos

Hi,

Did you try to build your solution after the creation of the context variables ? So the entities can be automatically created ?

Regards,

J.