Data Pill variable value in Flow Designer not showing in HTML field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 07:55 AM
Hello All,
I am in the process of creating a HTML text field to pull data pill value variables. But result does not show the data pill value instead it show the data pill variable name. I am not sure what i am doing wrong, When it is a String field, the data pill value show.
Thanks you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 09:48 AM
I posted a solution to this here: https://www.servicenow.com/community/now-platform-forum/flow-designer-update-an-html-field-with-the-...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2023 01:56 AM
Hello,
Below solution will definitely work, give a try
1. Place the backend name of the flow variable pill into the HTML field instead of the flow variable pill,
How to do it ??Follow this----> Place the flow variable pill in the HTML field, click on "Source code" option as highlighted below, copy the back end name of the pill highlighted in blue and paste the back end name into the HTML field instead of pill--shown in point 2
2. Place the back end value copied from source code into the HTML field, and it should work. It worked for me 🙂
Please accept the solution if your issue is resolved, thank you