does the form re-evaluate the calculated attribute ? we are reading a calculated attribute in to the form and we have put a break point in the value of the calculated attribute. but its not even triggering.
The form only re-evaluate the calculated attribute when dependent question answers are updated. The easiest way to debug calculated value expressions in the form is to use logger statements instead of breakpoints.
hi , how do i put logger information for a form question in a page?
i tried (logger’info “User Flag” (@ question canCurrentUserEdit)) – its triggering a warning –
screenshot attached