I'm using the Google Sheets action "Add new row" -- is there a way to use a variable which represents the row number that was just added to?
Right now I have to do something rather complicated: =INDIRECT("AnotherSheet!A" & ROW())
This fetches the value in the sheet "AnotherSheet", in column "A", at the Row of the currently edited cell. Alas, the =INDIRECT function causes the entire spreadsheet to re-calculate, and is sort of janky.
Is there a variable available in the "Add new row" function that can represent the row being added to?
At the very least to allow later actions to use the Row# to retrieve data without requiring a "Lookup SPreadsheet Rows" action?
Right now I have to do something rather complicated: =INDIRECT("AnotherSheet!A" & ROW())
This fetches the value in the sheet "AnotherSheet", in column "A", at the Row of the currently edited cell. Alas, the =INDIRECT function causes the entire spreadsheet to re-calculate, and is sort of janky.
Is there a variable available in the "Add new row" function that can represent the row being added to?
At the very least to allow later actions to use the Row# to retrieve data without requiring a "Lookup SPreadsheet Rows" action?