Hey @snaeqe
Welcome to the Postman community!
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:
Hey @snaeqe
Welcome to the Postman community!
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: