Reference Field not expanding in flow designer

DKSINGH
Tera Contributor

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?

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @DKSINGH 

 

I think it will not 

AGLearnNGrow_0-1713167737010.png

 

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]

****************************************************************************************************************

Sohail Khilji
Kilo Patron
Kilo Patron

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....

LinkedIn - Lets Connect

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

------------------------------------- 

DKSINGH_0-1713170617852.png

 

 

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....

LinkedIn - Lets Connect