Hi @aoghelian ,
Set a Variable OnChange of the Status dropdown (I have assumed .Value is the output here)
If(
Self.Selected.Value = "Completed",
UpdateContext({varSetToday: true})
)
then the Reset of the Date Picker
varSetToday
and the Default of the Date Picker (I am assuming it is Parent.Default now)
If(
varSetToday,
Today(),
Parent.Default
)
and lastly at Screen OnVisible
UpdateContext({varSetToday: false})
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps