Hi,
I am having trouble return a JSON from flow back to Powerapps.
My flow is sending the following data back to Powerapps:

However, when I use the following in Powerapps:
ClearCollect(myEmailList, GetPowerappUsers.Run());
I get only one record with Value of true, rather than a collection with the email addresses.
What am I missing?
Thanks,
Bart