I did some small changes in a Flow on an action that sends an email.
After saving the Flow a total unrelated action (that gets a SharePoint list item) is throwing this error.
Unable to process template language expressions in action 'Get_item' inputs at line '1' and column '2234': 'The template language expression 'json(decodeBase64(triggerOutputs().headers['X-MS-APIM-Tokens']))['$connections']['shared_sharepointonline_1']['connectionId']' cannot be evaluated because property 'shared_sharepointonline_1' doesn't exist, available properties are 'shared_sharepointonline, shared_office365'. Please see https://aka.ms/logicexpressions for usage details.'.
The strange thing is:
- did not touch that Get SharePoint Item action ... it just started throwing the error without changes by me
- have no way to set/change/influence the value 'shared_sharepointonline_1'
- deleted the action and recreated it and end up with the same error
How can I get my Flow working again, please ?