Carrot reference
Functions
findFormTasks()
Returns form-completion Tasks related to a particular Form.
This is particularly useful for reporting on completion rates.
findFormTasks(form[, from][, until])
findFormTasks('1:1 Form', '-30d').countPercent{status:done}
Returns the percentage of 1:1 Form Tasks that have been completed in the past 30 days.
findFormTasks('Manager Review', '2024-01-01', '2025-01-01').count()
Returns the number of Manager Review Form Tasks that were assigned in the 2024 calendar year.
Updated 07 Nov 2024
Did this page help you?