Flow Designer

Sarah Bouil
Tera Expert

Hi, I could not be select catalog variable: ip_address under the For Each item condition.

Below is the screenshot.

 

SarahBouil_0-1732408186094.png

Please help me what is the issue?

6 REPLIES 6

Satoshi Abe
Mega Sage

@Sarah Bouil 

fore each condition is used when variables are array.

your ip address is string, so it is not able to be used.

how to fix this?

 

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.

https://www.servicenow.com/docs/bundle/xanadu-servicenow-platform/page/product/service-catalog-manag...

Runjay Patel
Giga Sage

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.