Hi everyone,
I'm doing a ticketing application wich can assign a ticket to a user.
So i'm sending a JSON from PowerApps to flow with the PowerApps trigger. All is going well, i correctly receive all my datas, i can update my item in my sharepoint list... But at the end i want to send a Teams message to the person assigned to this ticket, and post a response to the adaptive card i have posted previously when the ticket has been created. I've already done this things on other applications but never by using this trigger.
The problem is that i have an error of connection i think. Here is the error code i receive :
Unable to process template language expressions in action 'Post_a_reply_to_a_message_(V2)_6' inputs at line '1' and column '2786': 'The template language expression 'json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$connections']['shared_teams']['connectionId']' cannot be evaluated because property 'shared_teams' doesn't exist, available properties are 'shared_sharepointonline'. Please see https://aka.ms/logicexpressions for usage details.'.
But in my flow connections, i correctly have Teams in my permissions

Does anyone already had this problem and fixed it?
Thanks a lot!