Hi Guys,
I'm pulling data (Quotes) from D365 and trying to group a particular field (owner) using Union operation but, I'm always getting NULL in Output.
Below is my expression,
union(variables('Unique_Names'),createArray(item()?['quotes']?['_ownerid_value']))
I'm note sure what I am missing here. Can you guys please help me out?
Attached screenshots for reference.
Thanks!

Thanks!
O/P:
Here is my full configuration,