Data Pill showing backend value in flow designer.

Brijmohan
Tera Contributor

Hi All,

I am working on the flow designer. In Create Catalog Task action we have short description field. I have select some data pill in that but they are giving backend value. For example: Environment : dev but it should be Dev (Display value). 

Environment type is a drop down field in the table. Please find the below snap of create catalog task action where I am using it. 

find_real_file.png

Please help me on this to change it backend value to display value in flow designer action.

Thanks in advance.

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

you need to use inline script for this

fd_data.trigger.request_item.variables.environment.getDisplayValue();

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Brijmohan 

Hope you are doing good.

Did my reply answer your question?

If my response helped please close the thread by marking appropriate response as correct so that it benefits future readers.

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Brijmohan 

Hope you are doing good.

Did my reply answer your question?

If my response helped please close the thread by marking appropriate response as correct so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader