I'm looking for a way to include the row number in a formula when updating multiple cells in using the Smartsheet API (Python). The goal is to create a column then put a formula that dynamically references other columns in each new cell. I have all of this worked out EXCEPT how to make the formula reference the row it is in instead of statically referencing one row. I can retrieve the rowID. But that is not useful when looping through to update cell formula.
I can do all of this manually in Smartsheet. But using the API would save me a huge amount of time.
Any suggestions on how retrieve the row#'s in a way that can be used to update cells would be appreciated.