Attaching workflows to auto binding features

I really value the auto binding functionality. One problem that is prohibiting its ability to be used more throughout my application is that there is no way to record who did the update. Yes, the “updated at” field gets created but there is no way to record the User who did it. Also, if I need to have the update trigger another action (e.g., adding a record to my Transaction History table) there is no way for this to happen either.

Is this something that can be added to the next feature set? If this can happen another way, please let me know.

You can use a input’s value is changed event for this.

1 Like

Thanks much. This works perfectly.

One additional question, though. Does the auto binding change register on each character change in the input, or when the mouse exits focus from the field?

When it loses focus.

Great. Thanks.