Cycle detected in form’s relevant and calculation logic! The following nodes are likely involved in the loop: ${instanceName} ${d0_cal} ${IRR_C15C1_cal} ${E040}
PACIPA_Menage_forms-v3.xlsx (83.1 KB)
@Habiboulaye, you could always validate your XLSForm through this online validator? The online validator should help you identify any syntax issues that are affecting the form deployment.
This post discussed previously should help you use the online validator.
Please check this: There could be these variables (${instanceName}, ${d0_cal}, ${IRR_C15C1_cal}, ${E040}) where you are trying to refer it to themselves which is not permitted by the system. You can check this by downloading your form in XLSForm and then checking survey tab and it’s relevant, calculation, constraint, or similar expressions.
Fixing this should solve your issue!
