STATUS ANSWERED- NOT ENTIRELY SURE WHAT HAPPENED BUT NOW THE FLOW IS WORKING. DIDN'T CHANGE A THING!
Hi
On Friday I created a basic flow to capture forms responses:
Form: When a Response is submitted > Form: Get Response Details > SharePoint Create Item
This was working quite well apart from attachments (because I hadn't set up that logic). This morning I tried to 'improve the flow' by also creating/adding the attachments that people upload into the form. This wasn't working because I struggled with the conditions.
I then decided to leave the flow as the original basic flow but it isn't working. I have tried rebuilding it from scratch but I keep getting errors and I am not sure why. I make sure the IDs and lists are all pulling from the correct lists but it keeps telling me it fails because of this:
List data validation failed.
clientRequestId: 3b42447d-1cf5-4881-8ecd-37c5282cc492
serviceRequestId: 3b42447d-1cf5-4881-8ecd-37c5282cc492
Json version [personal data removed]:
{
"host": {
"connectionReferenceName": "shared_sharepointonline",
"operationId": "PostItem"
},
"parameters": {
"table": "c649d712-128f-466b-af23-3794ea0f94a6",
"item/Title": "Hardware Issue",
"item/Description": "Mouse not working",
"item/Priority/Value": "Normal",
"item/Status/Value": "New",
"item/DateReported": "11/8/2021 6:36:43 AM",
"item/Issueloggedby/Claims": "PERSONAL"
}
}
What does this mean? How can I solve this?
ps. If you know of a good tutorial to help me set up conditions for adding attachments from form responses in flow please let me know!