Hello,
I am building my first app with Flutterflow.
I have a page on which I can enter data and then send it to the database using a button. (a mixture of text fields, dropdown menus with multiple selection and single selection, a timepicker...). When I enter the name an autocomplete is activated (with simple search) The names are loaded from the database for this function. This works.
Idea: If the record with the name already exists, all fields (textfield, dropdown etc.) should be filled in with the data belonging to the entry with the name. This should be an update function. The name is entered, all fields and dropdown menus are adjusted and I can edit the data and send it back to the database.
How can i do this?