Short issue description:
- I had a flow that is triggered by a HTTP POST, worked like a charm, until i added a step in which the data had to be placed in a sharepoint excel file or sharepoint lists.
- The work around in short:
- Trigger a flow with HTTP > Send the data to a second flow.
- Got it to work in a second flow. UNTIL:
- I add a step to THE SECOND FLOW to add data in an excel file.
- THE FIRST FLOW breaks (Bad request).
What the heck?
The first flow works when the second does not contain sharepoint. It does work with a test-payload.
This is the error i get in the first flow:
The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Invalid type. Expected Object but got Array.'.


Report
All responses (
Answers (