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 provide input to Array.Object fileds in Flow designer

Anthony78
Kilo Sage

Hi All,

I have a catalog item contains a List variable and trying to pass all the email address into attendee Array.Object fileds in action but all values shows grayed out and trying to find a way how to pass the list variables into Array.Object fields.

 

Anthony78_0-1716573250114.png

 

1 ACCEPTED SOLUTION

Hi @Murthy Ch ,

 

Thank you for the response but I need to pass more object values in our scenario.

 

I have achieved this by creating another custom action to provide Array.object output so that I can input  Array.object Data pill in flow.

 

Here is our code

Anthony78_0-1716989282060.png

 

Anthony78_1-1716989470911.png

 

 

View solution in original post

2 REPLIES 2

Murthy Ch
Giga Sage

Hi @Anthony78 

For the list type field you don't have to use Array.Object instead you can use Array.String which will accept all the values in a string format.

See the below picture for your reference:
Array String .gif

 Hope it helps 🙂

Thanks,
Murthy

Hi @Murthy Ch ,

 

Thank you for the response but I need to pass more object values in our scenario.

 

I have achieved this by creating another custom action to provide Array.object output so that I can input  Array.object Data pill in flow.

 

Here is our code

Anthony78_0-1716989282060.png

 

Anthony78_1-1716989470911.png