Mapping Baserow RowID

Hi all,
I am trying to create a scenario that is allowing me to update a baserow database through a form. I am following the guidelines for n8n included here
Baserow - How to update row database
however I would like to duplicate the scenario in make.

The point where I am getting stuck is the mapping of the RowID, which is included in the appropriate field as shown below:


There I get a BundleValidationError stating that Missing value of required parameter ‘rowID.’
Am I mapping the rowID in a wrong way?
Thanks

Hey there,

can you share what the output of the webhook is?

Sure. This is the current output of a Test run.

Ok and is there such a row in Baserow to be updated?

@Stoyan_Vatov ,
basically I am trying to update attributes and features of an existing Baserow table by using a second table called Update which has the same attributes as the existing one but it is empty at the moment. The attribute linking the two tables is the updateID.


Now, the Webhook module in my scenario should read the Update table when a new entry comes (and it does so).
I would like the Baserow - Get a Row module to get the row identified by the item updateID (see my very first message) and pass it to a Baserow - Update a Row module which will then update the existing table.

WhenI’m trying to do so, I get the following error in the Get a Row module:

I hope it is now clearer what I’m aiming to do.
Thanks.

Ok so the test0001 is a value in the updateID column, not the Row ID, which is what you need in the Get a Row module. Try with search rows first and see if it can return the row ID of the row containing test0001 in the updateID column.