Hi Flow Experts,
I have a flow that will be trigger on "Create of New item in SharePoint List"
Error - The API 'sharepointonline' returned an invalid response for workflow operation 'When_an_item_is_created' of type 'OpenApiConnection'. Error details: 'The API operation 'GetOnNewItems' is missing required property 'body/value/0/Title'.'
Please provide your valuable suggestion.
Thanks in advance/
I've had this issue happen multiple times. Especially since they rolled out the "New Experience." The only surefire way I've worked around this and similar API issues with SharePoint is by editing the flow in the new experience, deleting either your trigger or Get Items action (not copying), adding a new trigger/Get Items, and saving the flow.
I solved this problem by removing the 'Require that this column contains information' option from the edit column settings.
In my case, this error occurs if the list I'm trying to retrieve is over the limit of lookup columns. So, my solution was create a view with only the columns that I needed. That's worked for me!
The solution for me was to open the box and create a new connection in Get Items
Try as mentioned in the attachment.
Last 2 years back I faced this challenge, and finally, I found the solution.
This is the answer for sure. I removed the blank entry and it worked as expected.
Which action you had to delete the action? i had the same problem
Buenas tardes.
A mi me daba el error:
The API 'sharepointonline' returned an invalid response for workflow operation 'Obtener_archivos_(solo_propiedades)' of type 'OpenApiConnection'. Error details: 'The API operation 'GetFileItems' is missing required property 'body/value/0/Referencia'.'
Solución: Borrar o rellenar campos de Referencia que esten vacios. Si el campo Referencia no tiene datos, dara el error arriba indicado.
I was using a scheduled trigger (not a File Creation). But the same solution worked. Removed it and put it back in and it worked again.
@mtiscia's insights worked for me. I got the error when the result set for Get Items SharePoint action returned an item with a blank / empty Title field value. I performed the following actions to mitigate the bug in the Get Items action:
I would say that this is a workaround rather than a solution. The solution would be for Microsoft to fix the bug in the Get Items SharePoint action to not error out when returning a list item whit an empty Title field value.
WarrenBelz
146,618
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,962
Most Valuable Professional