Set(varGroups,Office365Groups.HttpRequest("https://graph.microsoft.com/v1.0/groups","GET",""))
Table(varGroups.value)
Set(varSearchGroups,Office365Groups.HttpRequest("https://graph.microsoft.com/v1.0/groups?$filter=startswith(displayName, 'groupName.Value')&$count=true&$top=1&$orderby=displayName,"GET",""))