How to set a field where users can input Year, Month, and Day at the same time

We prepared a field “BD” where users input their birthday. We set it with “Date Text Picker” or “Date Picker”, but users cannot input “Year” and all the data users input were identified as the year of “2020”.

Could somebody kindly let us know how to set the field where users can input Year, Month, and Day at the same time?

Hey! Here’s how I just did that:

Step 1: Added a “date” property

Step 2: Added a date picker and set the type to “date”

Step 3: Did an update action for logged in user and selected the date picker

Step 4:
Added a text field and used magic text for logged in user birthdate

I was then able to select my birthdate and year and it worked.

Let me know if this helps! Happy to see if I can figure out if it was anything else that’s causing the issue.

Cheers!

@David

Thank you for your kind response. Well noted!