Reference Field not expanding in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 12:26 AM
Hi Team,
Need assistance on flow designer side.
I have a list field referencing to table. I am trying to use that variable in a teams message, but in data pill picker that variable is not expandable to select its NAME. I tried to the concept of "Set Flow Variables", but no success.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 12:56 AM
Hi @DKSINGH
I think it will not
As you are referring to tables, or I am understanding wrongs here mate.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 01:00 AM
Hi @DKSINGH .
What do you mean by > I have a list field referencing to table. ( you mean a choice list or a catalog variable ?)
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 01:43 AM
Field Name : Impacted Office
Field Type : List -> referencing to "core_company" with reference qual : type -> legal entity
-------------------------------------
I have a flow designer which post message on teams group when Button is click on Incident form.
Now i have to add this "Impacted Office" in that message and Directly picked up from data pill picker and added, but it throws "sys_id" instead of name.
and I am unable to select the "NAME" of the impacted office via dot walk as there is no option of dot walk available
-------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 03:01 AM
Hi @DKSINGH ,
There is some limilation here, what you can do is you can make use of 2 things...
1. Do a lookup record action and use data pill picked to display name.
2. Use script to query the record with sys_id and use getDisplayValue() to show the name.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....