Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to access list collector values into flow designer?

shabbir5
Tera Guru

Hi All,

 

i have a variable "Disk Letter" which is a list collector variable type and lookup table is (question_choice)

 

i need the values into a flow designer , but i am getting list of sys ids

 

Any suggestions to get the values ?

 

Thank you,

Shabbir Shaik

2 REPLIES 2

OlaN
Tera Sage
Tera Sage

Hi,

Use a look up records action to find all the records matching the values of the list collector.

Then after the lookup is completed, use a for each loop to process the records found in the lookup.

AnirudhKumar
Mega Sage

That is the expected behavior when accessing List Collector values.

I suggest looping through the values, querying against question_choice table, to retrieve your display value.

That is the only way.