Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2024 04:31 PM
Hi, I could not be select catalog variable: ip_address under the For Each item condition.
Below is the screenshot.
Please help me what is the issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2024 05:26 PM
fore each condition is used when variables are array.
your ip address is string, so it is not able to be used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2024 05:48 PM
how to fix this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2024 08:57 PM
first of all, if you'd like to use multiple ip address from catalog item, you should change variable type to multiple like list collector and lookup multiple choice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2024 09:26 PM
Hi @Sarah Bouil ,
first you need to get the list of records to use for loop.
use activity called lookup records and then use for loop. Inside for loop you can use ip address.
or tell me your business requirements, then I can suggest you to achieve it.
Accept the solution if it helped.