Hi,
I have this flow,


Formula: length(outputs('Get_items')?['body/value'])
Title = No Drawing

Formula:
outputs('Get_items')?['body']?['value']?[0]?['ID']
I change data row 1, but it turns out the flow create all item again. I want when I just edit 1 row/ add one row in existing file, then it the flow run for update item / create item (if I add one row or add new file in that document list).
can anyone checked what is wrong with my flow? thankyou!