Seems the power automate unexpected behaviour is becoming out of control.. here is the full story:-
I have a SharePoint list, and i define an automated flow which runs when item is created or modified, and i define this trigger condition:-
and everything worked well. today one of the admins set the Title field inside the related list as optional instead of been required, and we noted that the flow no more trigger and when we checked the flow we found the flow trigger has this error:-
the api 'sharepointonline' returned an invalid response for workflow operation 'when item is created or modified' of type 'openapiconnection'. error details: 'the api operation 'getionupdateitems' is missing required property 'body/value/0/title'.'
Any advice what is going on ? now what i did is that i created a new connection and define it for all the SharePoint actions, and the error got removed and the flow got trigger again. then today the admin set an optional field named "ProjectName" to be required, and we face the same issue , where the flow trigger start raising errors and it got fixed only when we recreate the connections again.. so what is going on? i can not find the magic behind those infinite errors and why defining a new connection fix it!!! and is maintaining the flow execution after modifying the list fields something that can not be acheived straightforward those days?