Power Automate Create Project flow

I’m trying to create a flow in Power Automate to create a Microsoft Teams channel when an Asana project is created within a specific team. The problem I’m having is that the team gid is not retrieved in Power Automate when a project is created. I also had a look at the Get project by ID connector and it didn’t retrieve the team gid either. So it seems I’m at an impass. Any suggestions?

If you have the project id, you can use PowerAutomate to make a custom made request against the API using a GET HTTP call. The API doc will help!