[Solved] Payload path pecularities

Hi,

Referring to the image below, can someone please explain why the payload path in the picture below is invalid.

Ideally, I would like to pass the properties of data.applicationSettings.items.0 to a user experience page as pageData.applicationSettings. I also tried doing it with a JSON template but have the same error.

Thanks

Ashley

image

You just need to surround the index with square brackets:

data.applicationSettings.items.[0]

You can read more about accessing array data here:

https://docs.losant.com/workflows/accessing-payload-data/

Awesome. Thanks. Man you guys are next level responsive with support!

Thanks

Ashley