Hello all, I'm trying to take a form submission and pump it into Planner, I want users to be able to upload documents to sharepoint using the form and that all works great, the part that doesn't seem to be working so great is taking it from sharepoint and attaching it to the planner task. I keep getting the "Property references in payload has a value that does not match schema." error. Even when I let the connection create the json for me rather than collecting all the attachments in an array and adding them all at once.
I'm at wit's end with this one folks, I've been working on it off and on for weeks. See screen caps of the relevent bits below:
Here you can see the input that it's trying to use:
Any and all help is appreciated at this point. Thanks everyone
HI,
JDF92 did in fact have the right answer that works - at least that's how I got it to work.
After struggling to get the checklist to properly function and flow in with 1 Update task details and all the info in it, it kept failing. So I created a 2nd Update task details, same info as Id and Description, and applied the checklist Id, Description, and check yes/no to this one - and voila!
What was the solution to this?
Hey! Thanks for the reply.
That doesn't seem to have fixed the issue for me, though it did make updating the task after adding the image fails easier since I don't have to ALSO copy over the description!
Hi, I had this problem as well. I found a work around though.
I have found that the Update Task Details action struggles to do two things in the same action.
In your action you are adding a description and a reference link. If you separate this into two different actions, one to add a description and a second one to add the link it might work.
Thats what worked for me anyway, I was originally trying to add a description, link and a checklist item all in the same action and kept getting the error you described. I discovered that if I separated them into separate actions they worked.
Hope that helps!