I’m using the Table Export Pack, and an issue I’m running into is that it once it makes the file out of the table data, it doesn’t update if changes are made to the table. For example, I set up a table with 10 rows and export it, I get an excel file with 10 rows. But then I go back and delete 5 rows and press the button again, it still gives me a file with the original 10 rows. Is there any way to force it to export the updated table?
These packs use the Coda API to access the doc content rather than receiving data directly through the formula (which is why you need to connect an account).
This means the pack retrieves table data from Coda’s servers, and there is a delay before the new data is updated. Based on my experience, it can take up to a minute for the server to update, after which the exported table will include the most recent data.
i was testing it out to try to solve issue, and waited 5-10 mins but had same results.
additionally i also refreshed doc as well as opened doc in new tab and still the same result.
Aside from having to wait a bit for the data to update, I was able to use it without any issues. However, I do have some colleagues who faced the same problem you described.