I have a sharepoint list and have created a powerapp with this list. One of the items in the form is a date. I did have the default for the date set as Today(). However, I have come across the issue where when a user edits the item, the date in the form is still todays date even if the date may be different in the original item. As an example, the image to the left shows the details of on of the items, notice the date is 18/09/19. When I press the edit button at the top, it opens the screen on the right hand side and that date has changed to the default value which is todays date. Then if I save the item, it changes the date. Is there a way to set the default to only be Today() if it is a new form but if it is an edit then it is ThisItem.DateofInteraction.