
Announcements
I have a Powerapps connected with Microsoft Flow. I created all the required parameters and settings and the flow ran fine the first time with the inputs and outputs.
After that, I started getting AD errors which I fixed by creating a new AD app registration and then linking with Microsoft Flow.
Now, I am getting the following error and I have no idea what to do -
Unable to process template language expressions in action 'Create_job' inputs at line '1' and column '1967': 'The template language expression 'json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$connections']['shared_azureautomation']['connectionId']' cannot be evaluated because property 'shared_azureautomation' doesn't exist, available properties are 'shared_azureautomation_2, shared_office365'. Please see https://aka.ms/logicexpressions for usage details.'.
I have the following steps in the Flow -
Any idea what could be going wrong?
Thanks,
Pranav
Hi @Anonymous,
It seems that you are passing data from PowerApps through Microsoft Flow to Azure database. Have you made any changes when configuring the flow? If yes, please try to recreate the flow without any changes then re-add it to the app to see if it will work.
The error message says that the property “sjared_azureautomation” doesn’t exist, available properties are “shared_azureautomation_2, shared_office365”. I guess that you delete the original property then add a new one when creating the flow.
Please try to recreate the flow without any changes. If you are still having the issue, please feel free post back.
Best regards,
Mabel Mao