I believe autobinding doesn’t use a workflow, but it makes more work in setting and maintaining privacy settings.
Which do you prefer?
I believe autobinding doesn’t use a workflow, but it makes more work in setting and maintaining privacy settings.
Which do you prefer?
Binding is a quick way for a user to change things, say in spreadsheet style of display. The item is saved when the user moves on to the next column. However for this “automatic” data saving to occur, the user must set focus on another object. For example click or tab in another field.
Workflow would require some kind of button for example a SAVE button that executes the workflow.
I use Binding when users are savvy and know to change focus to another object or sometimes I place a fake “save” or “next” button to forces the automatic save.
When I believe users can be confused I use workflows. Or when the fields to save are a one occasion at a time.
Binding = fast, convenient for savvy users
Workflow = deliberate, guided or one-at-a-time flow
Roughly, that’s how I use them. The way security is set also is different, so be aware of this.
Think of the user and the experience you want.
Rick
Freelancer
Correct, autobinding requires a privacy role in order to function. (Essentially, Bubble is running a workflow on your behalf - opposed to having an explicit workflow in the workflows tab - when you set up auto binding provided that there is a privacy role that enables it to happen).
Generally speaking, I steer away from autobinding in favor of workflows for a handful of reasons:
Bottom line: autobinding has some good use cases, but I feel you get better value from structuring as a workflow.
Just what I was thinking.