Forum Academy Marketplace Showcase Pricing Features

Auto-binding vs Single Database update for multiple fields

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?

  1. Use auto-binding on all fields so they update immediately.
  2. 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.

did you find any answer here?

Would be interesting to understand what is better from a WU perspective but also from a performance perspective.