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)
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