Webhook creating a continuous loop, need best practice guidance

So I have a seatable instance that uses webhook against n8n to scrap some data and update the row.
I’m wondering what is the best approach to prevent n8n updating the row from triggering another webhook ? (looping)

thanks