Skip to main content

Hi, I’m trying to use the mySQL action ‘update row’. When mapping fields there are two required fields: row and id. I have the ID from a previous step but don’t know what is being asked for with the ‘row’ field. 

What am I needing to provide beyond the ID of the row?

Thanks!

 

Hi @NormC 

Row is for the Row ID

ID Column is for indicating the column that has the primary key.

Check out this help article: https://zapier.com/help/doc/database-service-de-duplication#i-dont-have-a-unique-id-column


Thanks @Troy Tessalone , appreciate the help.

Here is a portion of my table:

 

So for this would the row be the number and Id be ‘Id’? Like so?

 


@NormC 

Give that configuration a try.


Close. The column name is case-sensitive. id worked, Id did not. Thanks for the help getting this working!