I'm trying to create a flow that updates a checklist on one list to be the same as the checklist on another list. This is the error code I received:
Status code 400 Headers Connection close Date Fri, 16 Feb 2018 20:31:29 GMT Content-Length 324 Content-Type text/html; charset=us-ascii Body <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"> <HTML><HEAD><TITLE>Bad Request</TITLE> <META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD> <BODY><h2>Bad Request - Invalid URL</h2> <hr><p>HTTP Error 400. The request URL is invalid.</p> </BODY></HTML>
Here's an image of what my flow looks like:
myflow
You can see on the left side, I've got the same logic. However, it didn't automatically create a "Apply to Each" condition before updating the item. Not sure if that's the source of my problem or not.
Solved! Go to Solution.
I gave up on the checklist and just have a text box. Oh well.
Please explain a bit for what you would like to achieve.
we will see if we can offer a better solution.
Regards,
Michael
I'm trying to setup a New Hire Tracker with different lists for different people. These lists contain common information, so I'm trying to pull the information from one list to another using Flow. We can't use one central list, because some of the information is sensitive. Below are pictures from the main list. (This is dummy data)
And here is the supervisor's list that receives the info from the main list:
I gave up on the checklist and just have a text box. Oh well.