I have a Flow with the "HTTP Request" trigger. In the Flow the Azure AD "Get Group" action, which is supplied with a valid group GUID, errors with "resource <GUID> does not exist".
The group GUID is valid because when I put the same Azure AD "Get Group" action in a Flow that has the manual button trigger it works fine and returns the group.
Does a Flow that starts with a "HTTP Request" run in a different context from the "normal" situation of "a Flow runs in the context of the user who triggered it"?
Hence the manual button triggered Flow runs in my security context (if I run it) which has permissions to get the group specified by the GUID.
But the "HTTP Request" triggered Flow runs in the context of some other account which doesn't have access to the group, hence "resource <GUID> does not exist"? Maybe?
If so, how do I pass the context I want the "HTTP Request" triggered Flow to run in to be able to use the actions like Azure AD "Get Group"?