You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use reload-modified, I expect to immediately see the updated version of the sheet, and then to have it continually updated as new rows are written. The second part works, but the first part doesn't. I have to wait for a row to be written before I see all the rows that were written between the time I opened the sheet and the time I invoked reload-modified. I think there should be a reload-rows call at the start of reload-modified.
The text was updated successfully, but these errors were encountered:
When I use
reload-modified
, I expect to immediately see the updated version of the sheet, and then to have it continually updated as new rows are written. The second part works, but the first part doesn't. I have to wait for a row to be written before I see all the rows that were written between the time I opened the sheet and the time I invokedreload-modified
. I think there should be areload-rows
call at the start ofreload-modified
.The text was updated successfully, but these errors were encountered: