I’m trying to update a record in nocodb but all the examples use ver 0.90 and before. There is no way to input the row ID into the module, I suspect you need to put it into the expression itself.
All I want to do is update a row that has column name “Keyword”. I’ve inputted the field name as Keyword. In the expression I’ve dragged and dropped the values I want to save. The issue is that I get an error:
{ “error”: “REQUIRED_FIELD_MISSING”, “message”: “Field ‘Id’ is required” }
I suspect I need to input the row ID into the expression but I have no idea how. I’ve tried different combinations and it’s all failed.