Currently I am trying to copy a board to Google Sheets and update it daily. I figured out how to delete rows and add rows, but am not sure what to do about updating rows. I see that an item has a last updated date for each column, but is there a master “item last updated” value that I can see? Otherwise it seems I would have to loop through each column and check it if was updated.
If this is not available then I think I will just go ahead and delete all rows and then rewrite the board every time which is fine, but does not seem efficient.
Thanks!