- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2023 05:48 AM
I tried to display weather report using Ui Builder. It works for Hardcoded location.
Is it possible to Pass the location to end point , i dont find any way to pass parameter "City" to Data Broker Server script.
Much appreciate if anyone can help me on this 😀
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2023 06:00 AM
You'd have to define a property for the city on your data resource and then reference it in the script. This may help: https://www.servicenow.com/community/next-experience-articles/all-about-data-resources-in-ui-builder...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2023 06:00 AM
You'd have to define a property for the city on your data resource and then reference it in the script. This may help: https://www.servicenow.com/community/next-experience-articles/all-about-data-resources-in-ui-builder...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2023 06:37 AM
Thanks @Brad Tilton for the super fast prompt response , it worked well.
One question, do you know how to make kind of reference field in UI builder, is there any way we can achieve in UI builder