Action after Date Picker

Actions & Logic

I have a list of Activities that I retrieve from a database-
Each activity has a start time and an end time that is already set and show up in my list
I am adding an action on the start time / end time text field to pick a new time and I'd like to store the new picked value directly in the database so it reflects as well directly in my list.

Today the date picker selector does not allow me to trigger an action after the date / time has been picked. I guess the value is somehow store somewhere on a date picker selected variable

How would you approach this?

What have you tried so far?

I have read something about using form validation for this but not really sure how this would work. I want to avoid the extra save button after the date picker selection

Did you check FlutterFlow's Documentation for this topic?
Yes
4
1 reply