Retrieved value from UI Page if data is passing from Workspace Client Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 04:38 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 09:00 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 09:29 PM
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.