Instance - Cloud Hosted
I have created a database in Baserow to store candidate pipeline information from one of our information systems. Currently, whenever we have an update we get an email with the name and status in the subject. I have already automated adding the data to a new row in Baserow.
Next, I would like to update the status of the candidates so that the column (e.g. Status) updates with each update as the email arrives. I am using Microsoft Flow to try and achieve this. I am looking at the Webhooks documentation and I cannot see so how to update an existing row without the row ID?
I won’t have a way of programming the Row ID for each interaction, the primary column in my database is called Name. Is there anyway I can update a row via webhooks using this value rather than integer based row ID?