Following this youtube of reza : https://www.youtube.com/watch?v=ZzWdXiMzA-c&ab_channel=RezaDorrani I am just curious as to when do i know if the query itself is supported by the connector.
I ran the monitor tools and do see the response, which is great, however when displaying the variable in a table using a gallery, i get nothing, it not able to see any data. Basically i would like to see user emails,
This is the query
Set(varMessages,Office365Groups.HttpRequest("https://graph.microsoft.com/v1.0/users/{user_upn}/messages?$top=10","GET",""));
I do see a response:

The probleme is in my gallery i get nothing
Table(varMessages.Value)

My hope, is that i can still massage it, and show the data.