Garen
Ā·trying to learn FlutterFlow

How to extract Date Of Birth date value from 3 separate textfields - Date, Month, Year?

Database & APIs

For DOB (Date Of Birth) I have three DropDown textfields in my signup form:

How can I pass a singular date value from these 3 separate textfields into my supabase public.user_data 'dob' (date) column?
Also, how can I calculate the Age value based on selections in these 3 fields to validate the "Create Account" button before the rest of the data is passed into database?

What have you tried so far?

Actions (Widget State) - but actions does not recognise either of these fields because it sees them as strings (see the screenshot).

Did you check FlutterFlow's Documentation for this topic?
No
2
1 reply