10,730
edits
Line 639: | Line 639: | ||
If you stumble into an "Entity Not Loaded" error when executing rules, use the ContainsData operator to check if a variable has been populated before proceeding with your rule's logic. | If you stumble into an "Entity Not Loaded" error when executing rules, use the ContainsData operator to check if a variable has been populated before proceeding with your rule's logic. | ||
=== Shared entity limits === | |||
There's a limit to how many shared variables you can use. | |||
* On forms and questionnaires, you can use up to 1000 shared variables. | |||
* On views, you can use up to 750 shared variables. | |||
The app displays an error if you go past this limit. | |||
{{Note|This usually happens when you used shared variables of the type "entity". In fact, this adds a shared variable '''for each field''' of the entity. If you add a huge entity with many fields, you can run into the limit.}} | |||
=== Deleting variables === | === Deleting variables === |