user select List collector choice will display on description in the sc task using flow designer

Ramanjaneyulu C
Tera Contributor

If the user selects the list collector option on the variable, the option will be displayed in the SC task description using flow designer, and the assignment group will be allocated to that specific group based on the choice selection.

1 REPLY 1

Namrata Ghorpad
Mega Sage
Mega Sage

Hi @Ramanjaneyulu C ,

Hi,

This can be done by first storing the needed data in a Flow variable, then use that data when creating your Catalog task.

Steps are as follows:

1. Do a lookup records on the table containing your List data (your list collector that now contains the SysIDs)

2. For each record found, store the needed data in the Flow variable (append data after the first record).

3. Then use the Flow variable data to add text into the creation of the Catalog task.

Please refer the below link.

https://www.servicenow.com/community/now-platform-forum/how-to-access-the-display-value-for-a-catalo... 

https://www.servicenow.com/community/developer-blog/using-list-collector-in-flow-designer-for-each-l... 

 

Please mark my answer as correct and helpful if it helps to resolve your issue.

Regards,

Namrata