If I have a form with multiple fields of various types, which is preferred in terms of WU? Which will produce lower WU or will it be exactly the same?
- Use auto-binding on all fields so they update immediately.
- Do not use auto-binding and update all fields with a workflow when the user clicks a “save” button.
For user experience, I prefer auto-binding, but if it will end up creating greater WU, I will use the save button.
Thanks.