Hi Power Automate community:
I have a collection generated within PowerApps and I would like to save the records to SharePoint ensuring there are no duplicates. In the SharePoint list I created a calculated field called "Composite" which consists of 2 fields separated by a pipe "l".
The following is the Automate flow I have been trying generates the following error:
InvalidTemplate. Unable to process template language expressions in action 'Get_items' inputs at line '1' and column '2874': 'The template language expression 'json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$connections']['shared_sharepointonline']['connectionId']' cannot be evaluated because property 'shared_sharepointonline' doesn't exist, available properties are ''. Please see https://aka.ms/logicexpressions for usage details.'.
The Automate Flow has the following components:
Can someone assist me with correcting this flow please.
Barry