How to set a 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!