콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
10763 화면

I created an automated action that changes the color of a task to red when the task is overdue using the time trigger. Problem is when I change the deadline after the color of the task is changed, the task still is red.

How can I create an automated action that changes the color of a task to white when the deadline is changed? Which trigger can I use for that?

아바타
취소
베스트 답변

You can use an additional Automated Action:

  • Create a new Filter with domain [('date_deadline','>',time.strftime('%Y-%m-%d'))]
  • Put this filter into field After Update Filter
  • The create and assign a new Server action which resets the deadline

You can solve this also by using only one Server action where you check the deadline and set the color accordingly.

아바타
취소
작성자

Thank you for the answer Andreas. I did go for the second approach and created a server action which changes the color according to the deadline.

관련 게시물 답글 화면 활동
1
3월 15
8188
3
4월 24
2153
1
9월 23
2006
1
5월 23
2055
1
12월 23
4706