Hello there.
I'm trying to create a flow to do the following:
1) Recurring every x minutes
2) Get a list of Tasks
3) If the value of the bucket id = the "In Progress" Bucket -> Set the value of "Progress" to In Progress
However I'm getting a 400 Bad Request Error
(I've removed the bucketId but it's normally there in the flow)
Error is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Bad Request</TITLE>
The Task is definitely reaching the Condition Statement
<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>
Any help would be much appreciated 🙂
Hey @Anonymous
In the update a task, use the task ID instead of the current item:
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
User | Count |
---|---|
23 | |
15 | |
14 | |
10 | |
9 |
User | Count |
---|---|
48 | |
29 | |
28 | |
25 | |
22 |