Hi @shavora ,
we solved it with a workaround, if it interests you. We added a new bit 0/1 column for every photo column. We called it ModifiedByFlowPhoto1, ModifiedByFlowPhoto2 etc. With a business rule in the table, every time a photo is uploaded from user we do the corresponding field eq 1. We changed the powerautomate flow to run based on recurrence, and then we put a filter in the records if these fields eq 1. With this approach the flow gets only the manually changed records, when the flow ends we update the record to eq 0 so the flow wont pick it again, otherwise if we kept the on add/update/delete trigger powerplatform triggers millions of runs that neverend
Regards