The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi. Would like to know is there a way to do automation so that I can count how many times I have checked a checkbox? :white_check_mark:
The counter (or variable?) should increase by 1 every time I check a checkbox in the corresponding record. It sh...
Hi. I have the following suggestions for improvements on the Calendar View so that it is easier to use and navigate.The calendar should be made SCROLLABLE so that, like other common calendar apps, you can view the next/previous month/weeks/days easil...
I wrote the codes as below:
IF({Priority of task} = OR("Emergency","Important","Urgent"), SWITCH({Days until deadline},3,"3️⃣",2,"2️⃣",1,"1️⃣",0,"‼️"),"This is not an important task")
But the result is that all tasks shows “This is not an important t...
Thanks for your help and yes I would like to know how can I uncheck checkbox without using run script function. :slightly_smiling_face:
Justin_Barrett:
If you can’t use a “Run script” action, there are other ways of making this happen, but the...
Hi! I figured out that there are a few things you can change in your code:
Logic
The ‘IF’ clause work in this way:
IF(condition, what to show if condition is true, what to show if condition is false)
Therefore, you should put “Never Done” at the fir...