I have a flow that pulls user group membership information from Azure AD and stores it in JSON. Then, I need to load that JSON into a collection and I need a gallery that looks at the collection. From there, the user will be able to see their own group membership information.
Can anyone offer some insight as to how I could go about doing this? As of right now, I have tried to manually load my JSON output into a ClearCollect statement, but there's a lot of syntax that PowerApps doesn't seem to like.
Thanks in advance.