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.

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
Tera Patron

Check if this helps

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

Regards
Ankur

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

View solution in original post

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

Check if this helps

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

Regards
Ankur

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

Works fine, thank you!