Hi,
I have the following Flow;

So when a List item is selected I get all the item details, then create a Channel in an existing Team using those details, and then try to create a Planner in the newly created Channel, using the Channels ID. The first 3 steps work but the HTTP request fails. I used the HTTP request as I understand currently there is not an Action that can create a Planner. When I test the above I get an 'Invalid ID' Error. I checked the ID that is created during the Flow;

So the ID is '19:dc7291963c144a2da4e78cca707c5b6e@thread.skype'. As a test I tried creating another Flow that simply sends an HTTP request to the Channel with various different ID formats ;
- 19:dc7291963c144a2da4e78cca707c5b6e@thread.skype
- dc729196-3c14-4a2d-a4e7-8cca707c5b6e
- etc
None of them worked. Would anyone have an idea?
Thanks