How to stop duplicate when sending API data to sheets

Can someone give me the easiest way to send data from API to Google Sheets without duplicate

1 Like

Just check for existing ID before inserting or try out IF NODE they help to filter out anything existing already

2 Likes