Hi @Timon Bosch , please try the following:
To extract only the values from the JSON object, you can use the following expression:
AppRoleAssignmentsComplex([appRoleAssignments]).value
This expression will return an array of values from the JSON object. If you want to get a specific value from the array, you can use the following expression:
AppRoleAssignmentsComplex([appRoleAssignments])[0].value
This expression will return the first value from the array. If you want to get the second value, you can replace [0]
with [1]
.
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James