Afternoon I'm using a Flow to bring back a field on a SharePoint list which is later changed in an expression action. I've got it working on test, but as soon as I try it on a copy of the production list I get the following error: ResponseSwaggerSchemaValidationFailure. The API 'sharepointonline' returned an invalid response for workflow operation 'Get_items' of type 'OpenApiConnection'. Error details: 'The API operation 'GetItems' is missing required property 'body/value/0/Postcode'. I tried adding a default value to the postcode field (as suggested on a post here) but that didn't work, I get the same error. When I cut the flow back to just the Get Items action it runs fine, but as soon as I add the Compose in the For Each loop and Update Item I get that error. The test list only had 5 items, whereas the live version has 1403 items. Could that be an issue.
@abm and
@OliverR-82 have you ever encountered this issue?