Combining “Find Rows” and “Update Row” currently opens up your flow to race conditions.
If something reorders/adds rows after “Find” but before “Update”, then the row number that’ll be updated is no longer accurate, which will silently overwrite the wrong data.
This is an issue on Activepieces’ side, which I’ve reported here, so far without response or acknowledgement.