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.

Retrieved value from UI Page if data is passing from Workspace Client Script

Ankit Pratap009
Tera Contributor

Hello Team,

 

I need to pass field value from Workspace client script present in UI Action to UI Page. I am using below code to pass value. But I don't know how to retrieve it.

Please help me with the correct syntax so that I can pass value and retrieve in UI Page as well.

 

 

AnkitPratap009_0-1721302527673.png

 

2 REPLIES 2

Karanth
Tera Contributor

Hi @Ankit Pratap009 

 

Please refere the below link

https://www.servicenow.com/community/next-experience-articles/how-to-use-ui-actions-in-workspaces/ta... 

 

 

If my response proves useful, please indicate its helpfulness by selecting " Helpful."

 

Thanks,

Karanth

Hello, @Karanth  I have refer the doc provided by you, It just tell you to call the UI Page, but how 2 pass data , it is not mentioned over  here. Even if i pass the data on the UI Page how to retrieve it from UI Page, nothing is mentioned.