I get display name and the id by using select but I cant get the value for the Owner: mail
Solved! Go to Solution.
Hi,
The owner is of type array.
Did you try to use the first index of the owners array?
something like: outputs(API)?['value']?['owners']?[0]?['mail']
Hi,
The owner is of type array.
Did you try to use the first index of the owners array?
something like: outputs(API)?['value']?['owners']?[0]?['mail']
thanks a lot. Stupid me. I was using it like this : ['owners']?['mail']?[0] 😏