Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesWriting to XLSB Files using Delete and Append does not behave properly.
Alteryx currently is having an issue with writing to an XLSB file using the Delete and append option with Take the file/table name From field.
Issue:
Workaround:
Create a Batch macro to simulate the Take the file/table name From field function without actually using it.
Example of Issue:
Record ID | Original File | ----> | Updated File |
1 | Old Data | ----> | |
2 | Old Data | ----> | |
3 | Old Data | ----> | |
… | Old Data | ----> | |
1200 | Old Data | ----> | |
1201 | ----> | New Data | |
1202 | ----> | New Data | |
1203 | ----> | New Data | |
… | ----> | New Data |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.