Getting this error from PowerAutomate with web hooks
Unable to process template language expressions in action 'Generate_Server_Token' inputs at line '0' and column '0': 'The template language expression 'decodeUriComponent(first(triggerBody())['changesUrl'])' cannot be evaluated because property 'changesUrl' doesn't exist, available properties are 'name, orgId, serviceName, lastUpdatedTime, events'.
This was working fine Tuesday, Wednesday no more.
I am using webhooks as per this example
It now states that its outdated.
So did the update made the above unusable to move us to the new format?
Solved! Go to Solution.
Now sometimes it dies on the gettoken part, now it dies after parsing edits
InvalidTemplate. Unable to process template language expressions for action 'Apply_to_each' at line '0' and column '0': 'The template language expression 'body('Parse_Edits')['edits'][1]['features']['adds']' cannot be evaluated because array index '1' is outside bounds (0, 0) of array. Please see https://aka.ms/logicexpressions for usage details.'.
did something change in the template after wednesday?