The error message "'The API operation 'GetOnUpdatedItems' is missing required property 'body/value/0/Contexte'" typically indicates that your workflow or Power Automate flow is trying to access a property named "Contexte" in a SharePoint list item, but that property is missing or empty in the data returned by the SharePoint API. This commonly happens when a required column in your SharePoint list has missing, renamed, or null values for certain items.
To resolve this issue, you can:
Verify that the "Contexte" column exists in your SharePoint list and is correctly spelled.
Ensure all relevant list items have valid, non-empty values for this "Contexte" column.
If the column was recently renamed or its schema changed, update your flow accordingly.
Add error handling in your flow to check for the presence of "Contexte" before trying to access it, avoiding failures when it's missing.
If possible, update your flow or workflow to handle nullable or optional fields gracefully.
This approach should help your workflow access the necessary data and prevent this missing property error.
Best regards,
Jerald Felix
1 people found this reply helpful.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.