Hi all,
I have a dataflow setup that copies data from out Salesforce environment, and places it into a Dataverse table to be used in various solutions. The problem that I am currently facing is that the "Created On" and "Modified On" dates for all entries are updated every time my scheduled flow runs (daily). Is there something that I can do so that the "Created On" date only shows the date that entry was actually added to the table? I have been able to achieve the desired behavior by unchecking the "Delete rows that no longer exist in the query output", but this ends up creating a new entity for each Salesforce account each time the dataflow runs.
Thanks in advance for any help!