Tasks

Calendar

Final Due Date

prop("Calendar Due Date") ? prop("Calendar Due Date") : prop("Task Due Date")

prop("Calendar Due Date")

Checks to see if Calendar Due Date has a value.

? prop("Calendar Due Date")

If it does, display the value in Calendar Due Date

: prop("Task Due Date")

Otherwise display the value in Task Due Date

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>