Hey! I've been wracking my brain with this and can't figure out a way around it so hoping someone brighter than me here will be able to.
For context, I have an Alteryx batch macro that uses the run command to create copies of an already formatted master excel document according to how many customer accounts are coming through the workflow. The macro then drops the data into specific cells in the newly created documents. Within the document, I am using excel's data validation as a way of creating a yes/no drop down for product selection (which then summarises for other cells).
The issue I have is that whenever I run this, the data validation drop down disappears in the freshly brewed excel document. This doesn't happen when I manually copy and paste the master document. I would try using radio/check boxes but for the number of products the formatting would take forever.
Finally, this is a customer facing document so using interface is sadly out of the question.
This is super specific but if anyone has solved similar in the past or has any suggestions I could try out then I'd be hugely grateful!