Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Cross scope access to Glide API string utilities

Ed41
Mega Guru

I'm working on a workflow and orchestration activity that are in a scoped application, and when I attempt to get the error message output the activity throws an error about there being a scope access error.  Typically I would add cross-scope access to address this, but for this one I'm not sure exactly "what" I need to grant access to.  The error message and code are below (lines 1-5 are all of the code) and the code is in the Orchestration activity's "post processing" section.  Does anyone know how I grant access for this scope to access the Glide API string utilities?

1 ACCEPTED SOLUTION

sachin_namjoshi
Kilo Patron
Kilo Patron

Create cross scope record between your scope and "string" like below

 

find_real_file.png

 

Regards,

Sachin

View solution in original post

2 REPLIES 2

sachin_namjoshi
Kilo Patron
Kilo Patron

Create cross scope record between your scope and "string" like below

 

find_real_file.png

 

Regards,

Sachin

That worked, thanks!