Flow designer - list collector - how to display multiple values

Kifrez
Kilo Guru

Hi all,

Could someone please help me with list collector variable and flow designer?

I have a catalog item with list collector variable. I am trying to use flow designer to display the values.

Flow designer will list if there is only one value . however, if more than one, it comes up as blank.

How do I incorporate the script in below link so I can display the value in description?

I think it's a bug from the system.

Flow Designer: how can you retrieve values in an action of a glide_list object? - Support and Troubl...

 

Thanks in advanced for your assistance.

1 ACCEPTED SOLUTION

I mean here's my test flow:

find_real_file.png

If the network drives List Collector points to a table, you should be able to do the same just by plugging in your variable into step 2.

Could you post a screen shot of the definition of the list collector?

View solution in original post

22 REPLIES 22

You could do that too, but you can also dot-walk in the flow step that composes the list to some field of table "Shared Mailbox":  3 ðŸ¢’ Shared Mailbox Record ðŸ¢’ <some field>  instead of  3 ðŸ¢’ Shared Mailbox Record 

Another problem could be - not sure if it is because the screen shot did not capture it, or it is missing entirely, but in step 4 you should be "joining" 3 items: the flow variable that is the concatenated list, the flow variable that is the separator and the current item's display value.

Hi János , much appreciated for your help. thanks. you've been very helpful.

 

One more question.

Would you happen to know why I cannot dotwalk on my network drive

find_real_file.png

Being a variable of type List, that is to be expected. The only type that can be dot-walked is "reference".

What is really strange is that you can dot-walk the other variable, shared_mailbox. I'm curious, what are the options for shared_mailbox?

Yes, that's exactly why I was confused.

What do you mean by options?