Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm building an extension where it fetches the objectIds on a sheet and then I run an exportData()-function for each object. That part is currently working but I'm noticing that the data exported does not fetch the result of the current selections that have been made - hence my question: is there a way in which I can set a condition so that the object.exportData() function does not run until the object itself has fully rendered?
Cheers!
Hi @johannaalmm, could you please describe the scenario? It seems that your extension exports all data present in all the objects within a current sheet as soon as the user open the current sheet? So, there is no a button where a user can click for export the data? I'm not understading why you have to export data immidiately at any time the sheet is opened.