
Hello, I have an api from which i am getting data. The data comes in simultaneously every day at different times. I would like to setup a flow to get the data daily and append my mysql table without necessarily having to read all the data from the api since the beginning of its setup hence preventing duplicates. Kindly help