I have a fetch that calls an API and adds all of the records to my table (Title, Date, Unique ID). That is good.
Now when I make another call to the API I want to run thought the existing field, match the Unique ID and update the name and date (does ...