Nested JSON object despair

Hey @snaeqe

Welcome to the Postman community! :rocket:

It looks like something like this would be needed here:

pm.environment.set("id", jsonData["m2m:ae"].ri);

Some more details about the difference between dot and bracket notation and when to use it:

2 Likes