Hi All: I have a flow that contains several SharePoint "Get Items" actions. One action accesses a SharePoint list that used to have all "Single Line of Text" values. Due to a change in requirements, I needed to change one of the columns to a "Choice" column. Now when I hit the "Get Items" action, it fails. There is a filter query in this "Get Items" action but it does not involve the new Choice column. When I run the flow, I now get the error which seems to indicate the handling of a choice column is an issue. I just need to read the value of each record in a "For each" loop, I don't even need to set it. Any thoughts?
Thanks! Tom
ResponseSwaggerSchemaValidationFailure. The API 'sharepointonline' returned an invalid response for workflow operation 'Get_items' of type 'OpenApiConnection'. Error details: 'The API operation 'GetItems' requires the property 'body/value/0/Gap_Status' to be of type 'String' but is of type 'Object'.'
Solved! Go to Solution.
If you've changed the column type after creating the flow, maybe you just need to delete and re-create the get items action as you mention it is not required by the filter.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
If you've changed the column type after creating the flow, maybe you just need to delete and re-create the get items action as you mention it is not required by the filter.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
This proved to be the issue. I suspect that Power Automate gets a snapshot of the list layout when the flow is created. I recreated anything that referenced this list and it now works fine. Thanks much!
Tom
User | Count |
---|---|
89 | |
37 | |
26 | |
13 | |
12 |
User | Count |
---|---|
127 | |
54 | |
38 | |
26 | |
21 |