i’m trying to list tasks over using a date custom field following the api documentations below:
but without success
anyone solved this?
the json model is attached
customfieldclickup.json (40.7 KB)
i’m trying to list tasks over using a date custom field following the api documentations below:
but without success
anyone solved this?
the json model is attached
customfieldclickup.json (40.7 KB)
Hey Mattheus,
can you share screenshots of how the List All Tasks module is setup at the moment and what date you are trying to filter for?
Here is an example of listing tasks where a certain date was a month ago:
Not sure why, but the Between operator is not very reliable. Cause the field expects a date, but when you change the operator to Between, it expects an array so things tend to break.
You can either swap the List All Tasks module with a Make an API Call module and structure the call there, or have two checks with the Less than and Greater then operators.
I tried to use two operators, but a think they don’t work…I guess they not sum like an AND
I’ll try to use API Call