We have a SharePoint list in which Title column is hidden in default content type which is inheriting Item Content type where Title field is mandatory.
i have created one automated flow which is triggering on item creation and modification but is giving below error while triggering.
The API 'sharepointonline' returned an invalid response for workflow operation 'When_an_item_is_created_or_modified' of type 'OpenApiConnection'. Error details: 'The API operation 'GetOnUpdatedItems' is missing required property 'body/value/0/Title'
Title field is hidden in default content type hence it is giving error even if i am setting default value to title field.
Please help.