How to pass url field in notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2022 08:38 AM
Hii,
I have created url type field on form and I am passing hyperlink text into that field ..its working fine on form but when i called this field in notification it is displaying as plain text instead of url.
Can anyone help me on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2022 03:03 PM
I tested this out in my PDI. If you want that to actually be a clickable URL, click the insert link button and add the url there.
For example, my field is u_url. I insert a link into the notification and put ${u_url} as the text and url. When I preview the notification with that, it renders a clickable link using the URL I put into the form's URL field.