How to display a variable's label instead of its value on catalog task?

Eric Hartojo
Tera Contributor

I have a question on how to display a variable's label instead of its value on catalog task?

Here's what I see on the catalog task, it's showing support group's value, instead of its label name or display name:  

 

1.png

Here's what I put on the flow to have it displayed:

2.png

 It needs to see the display name like on the request:

EricHartojo_1-1666747199256.png

Any suggestions? Thoughts?

 

17 REPLIES 17

maroon_byte
Mega Sage

Hi Eric,

Either: Change the Variable type to reference (Groups table)

OR: In the flow, map to name field of Assignment Group pill

 

You probably have Variable as String and are mapping the String to the Assignment Group pill which returns sys_id of the group.

 

Hope it helps.

I am using group member table and I have reference as type.

My issue is not for assignment group, I'm just trying to display the support group question on the form using catalog variables. I think the problem lies in the functionality of the catalog variables itself, it's not letting me use the display variables. Thoughts?

Saurav11
Kilo Patron
Kilo Patron

Hello,

 

For any reference field to have it display it's label instead of value you should make one field on the reference table as true.

 

So for example assuming it is referencing the group table, go to the group table and open the dictionary of the field which you want to display as a label.

 

If you want to make the name field as the display value just open the dictionary of the name field in group table and make the display checkbox as true.

 

Saurav11_0-1666749819316.png

 

Please mark my answer as correct based on Impact.

I tried your suggested solution but it's still not working. I think the problem lies in the functionality of the catalog variables itself on the create catalog task flow, it's not letting me use the display variables. Thoughts?