This is a SharePoint list / Power Automate question.
Have a SharePoint list with datetime field (date and time). When this field is updated by a Power Automate flow (using utcNow), it registers in the SharePoint list's Version History as a modification.
However the next time I edit the same record manually in SharePoint and change some other field, that datetime field registers as being modified again ... even though I didn't even touch it. This is causing problems with additional Power Automate flow functionality that keys off that field changing.
Any idea WHY the SharePoint list datetime field would register as changing the second time even though the field wasn't even touched by anything? See image - the datetime value is exactly the same in the later version history! Is there some Power Automate utcNow date format issue that SharePoint is then reformatting the next time the record saves in SharePoint?