How to Set a Default Value in a Power Apps Data Card (Text, Choice, Person, Date)
Forms are much quicker to fill in when the obvious values are already there: today’s date, the current user, the usual department. In Power Apps, you set these defaults on the data cards of the form. Quick answer: Select the control inside the data card and change its default property to If(Form1.Mode = FormMode.New, <default … Read more >>>