Requirement- Write output of a big Alteryx workflow process to a excel macro template that has say 4 attributes 2 having preconfigured drop downs and 2 others are having formulas based on other columns.
Ultimately user will pick values from drop down and formula will be executed based on selected value and other columns data.
Why have to write to excel macro - not finding Alteryx option that can o/p prefilled dropdown.
Tried- create a template with required #of columns and order and placed 4 attributes of my interest in middle as per requirement and dragged formatting of these to around 65K rows as I'm expecting max no. of records from the workflow. Wrote o/p of file to a macro template into separate sheet and have made pointers made (for example =Sheet2$A2 to Sheet1$A2) and rest.
Works but very slow, and the notorious issue with this macro get corrupted and this issue is listed by many other users too.
Tried with blank template by pushing those 4 columns to extreme right any write by using option overwrite and by cell range.. but same corruption issue and requirement is
Any suggestion, workaround on how to concatenate 2 sheets retaining dropdown and formulas etc.