Carrot reference
Functions

findFormTasks()

returns form completion tasks related to a particular form this is particularly useful for reporting on completion rates syntax findformtasks(form\[, from]\[, until]) parameters parameter type description form string docid\ ujw2aqaktel5uuklup73s name or id of the form from timestamp docid\ j1ufztc3 yprdi3ucin3u starting point of the date range to traverse (inclusive) until timestamp docid\ j1ufztc3 yprdi3ucin3u ending point of the date range to traverse (exclusive) return type list docid\ xwh cukhj9waqaefb7h71 < task docid 1neentogeyecuaahfwnnz > examples 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