@Carl__D , @v-jefferni
Which HTTP Request action are you using?
I tried using Group > Send an HTTP request (Preview) with the URI
https://graph.microsoft.com/v1.0/groups$filter=displayname+eq+'groupdisplayname'
and got the following error:
URI path is not a valid Graph endpoint, path is neither absolute nor relative or resource is not one of the supported (me, users, groups, sites, search, planner, teams, chats)
UPDATE - I fixed this error using this technique -https://powerusers.microsoft.com/t5/Building-Flows/Power-Automate-O365-Groups-activities-Get-group-ID/td-p/1360618
But I still cannot extract the Group ID.
Also, I'm trying to get the Group ID after I find the entry with the correct Display Name.
Thanks in advance.