The CreatorCon Call for Content is officially open! Get started here.

Populate Choice value of a list collector in an email body

Bijay Kumar Sha
Giga Guru

Hi,

I've a catalog item and there is one list collector variable name 'Building Number' having 10 choice list values A,B,C,D etc.

Now I've to send a notification once, the corresponding SCTask will be closed. So, in the corresponding flow designer, I've created an Action 'Send Email' and put required info. I've to put the Building Number in the body of the email which will be dynamic depends upon what user selects from the choice list.

I've tried below -

1. Get Catalog variables->building_number -------> By doing this it returns the sys_id in the email body

2. Get Catalog variables->building_number->Display Name --------> By doing this it returns nothing. It's blank

3. Get Catalog variables->building_number->Question->Display Name --------> By doing this it returns nothing. It's blank

 

Can anyone please assist me, how I can get the choice list value from the list collector which user will select on the catalog form in the email body?

 

Thanks in advance

 

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@Bijay Kumar Sha You have an option to do a Look up record/records to sys_choice table to fetch the Label of the choice based on the sys_id returned by the building_number variable.

 

Hope this helps.