The CreatorCon Call for Content is officially open! Get started here.

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!