Hello,
I have a power app with a form connected via sharepoint list, the date value on the from always disappears after you click on the value or try to edit the value. It's a simple date selector that automatically selects today's date when creating a record. This is what is used: Text(Today(), "dd/mm/yy")
I have the same formula for a month selector and it works completely fine Text(Today(), "mmmm") So I can't see why this may happen with the date, any suggestions?