Widget HTML Isuue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 08:39 AM - edited 03-10-2025 08:41 AM
Hi,
These are my components below. I did get the correct input.sys_id from the record producer and successfully pass it from client to server. Then i have construct the url in the server in which in the logs the value is correct however when i click the modify survey it does not redirect me in the correct url. I have put href = {{c.data.url}} but it is not working. Please let me know what did i miss.
Thanks Matt
HTML
Server Script :
Client controller
Logs :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 09:22 AM
use double quotes to render the URL
href="{{c.data.url}}"
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 06:14 AM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader