Missing value of required parameter 'rowNumber'




Hello,

I’m encountering an issue in my scenario where I’m using the “Update Row” module for Google Sheets. The error states: “Missing value of required parameter ‘rowNumber’”.

Here’s what I’ve done so far:

  1. I have a “Search Rows” module that retrieves data from a Google Sheet based on a filter (e.g., date equals today and status equals “To Generate”).
  2. The data is correctly retrieved, including all the expected fields (e.g., ID, Date, Status, etc.).
  3. In the “Update Row” module, I’m mapping the “Row Number” field to the “ID” field from the previous step, which should act as the row identifier.

However, the scenario fails with the error mentioned above. I’ve tried:

  • Verifying the output of the “Search Rows” module to ensure that the ID is being passed correctly.
  • Checking that the Row Number in the Google Sheet matches the data being retrieved.

Could you please advise if there’s an issue with how the “Row Number” is being passed or if there’s a configuration step I’m missing?

Thank you for your help!

I am having the same issue.