- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2021 03:55 PM
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.
Thanks in advanced for your assistance.
Solved! Go to Solution.
- Labels:
-
Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2021 01:01 AM
I mean here's my test flow:
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2021 11:52 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2021 09:00 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2021 03:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2021 11:00 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2021 11:30 PM
Yes, that's exactly why I was confused.
What do you mean by options?