Run a scheduler for each row of the Master table

I have a requirement where I have to update a particular field of all the rows of an existing table(Master Table). An API will be called with the PK of the table and the based on the response, data will be stored in the field. And this will be a scheduler which will run daily.

How can I achieve this?

Thanks in advance.

  Discussion posts and replies are publicly visible