Update data in bubble database from api

I currently have an api workflow that takes the output of an api and writes a record to the bubble database for each symbol (key) that it finds… No problem… I want to run this same api periodically but instead of adding again the record that is already there, I want it to just update certain information for that symbol record… How do I do this? The api returns 200 “records/symbols” which can change… if it comes across the same symbol I want to just update some fields on that record; but if it comes across a new symbol that is not there, I want it to add it… Lost on this. Please help.

1 Like

Can someone give me an example of how to do this?

This topic was automatically closed after 70 days. New replies are no longer allowed.