Autobinding, update via dropdown

I have a form where users can enter information via inputs and dropdowns. The dropdowns are to limit options and to ensure linking etc.

If I do another form using autobinding for updating information how do I incorporate the dropdowns so that the original information populates but they can then change it via the dropdown?

use Default Value for the original information. In order to update the database when the dropdown’s value changes, right click the dropdown in the editor and select “start/edit workflow”. Then, you will see a new workflow created called “when Dropdown’s value is changed”. in this workflow just update the database with the new value selected. This is essentially what autobinding does; but you don’t need to set up a workflow for other types of input fields.

Cheers for that. Ive done that before but didnt click to do it here. Appreciate your help

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.