Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Cannot use value of array.object as input variables?

PaKe
Kilo Sage

Hey,

I have a subflow which calls an action with a rest step and a json parser. This action gives back the response body as an array.object. Now I want to use the variables inside this array.object as input variables for my next action but I cannot use them (see screenshot below). My input variables like "Street" are mainly Strings.

Am I doing something wrong?

find_real_file.png

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron

Check if this helps

https://community.servicenow.com/community?id=community_question&sys_id=9c3a8870dbcbe81066f1d9d96896...

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

2 REPLIES 2

Ankur Bawiskar
Tera Patron

Check if this helps

https://community.servicenow.com/community?id=community_question&sys_id=9c3a8870dbcbe81066f1d9d96896...

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Works fine, thank you!