I need to export data in a Global Table when a model ends. The data needs to overwrite the current contents of the Sheet. I tried using excelexporttable in the OnRunStop Model Trigger but data are appended not overwritten. I also tried deleting Sheet1 then adding Sheet 1 but that didn't work.