working on power app for teams
In an edit form I have the following fields :
DateStart - user enters the start date
DateEnd - user enters the end date
TotalTakenDays - I want to keep disable the field to auto calculate after the above entry - the difference of days in between both the dates - Also to note that if the fields are blank , it will maintain 0
Reason of keeping 0 if any of the date field is blank, is that all the time dates are not available at the same moment, DateEnd info is received later.
please guide