Hi Guys/Gals,
Long time lurker, but posting for the first time. I am a complete amateur when it comes to Power Automate/Apps, but this website has been a huge help. I have been having trouble with my new flow, where it is pulling data from Power Apps.
I am using initialize variable function (string) to create various variables, and using the set function in Power Apps to assign value to them. This works perfectly and the data is being read by P. Automate but when I try add a new row in excel using the variables as the values, I get the following error:
Quote
Unable to process template language expressions in action 'Add_a_row_into_a_table' inputs at line '1' and column '2270': 'The template language expression 'json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$connections']['shared_excelonlinebusiness']['connectionId']' cannot be evaluated because property 'shared_excelonlinebusiness' doesn't exist, available properties are ''. Please see https://aka.ms/logicexpressions for usage details.'.
Unquote
This is a picture of how my flow is setup:

This is the run history screen:

Thanks in advance for your help everyone. Cheers!