How to export workflow with Full data (marco used)
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dear Community,
I would like to ask how can we export all excel file in the Alteryx and save as yxzp format. Currently, i had used macro to run the workflow ( to capture different types of different excel format). The original local file and output of yzxp are different due to missing file in the yxzp.
Below is the screenshot of output for yzxp.
Below is the screenshot of my local copy of file
I am wondering if it is due to the macro format /setting that i used. In my workflow, i have used two workflow to run the data as per screenshot below:
First Macro
Second Marco
May i know if anyone know how to fix the missing data when export ( with marco used). I not sure if the marco setting used is correct or not. Let me know if i need to upload the macro file used at here.
Appreciate if someone can advise me on this.
many thanks for your help
- Labels:
- Common Use Cases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@SH_94
I usually save every related files into one parent folder including the input files, the Macros.
Then use the option of insert Macro then we will have the relative path relation between main flow and macros.
With the export the flow as an alteryx flow package, it should work also fine if others run the received the alteryx flow package.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Qiu ,
I had tried your method and it does not work in my case.
May i know if it could be macro setting issue?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
without more information on the details of your macro (can you post screengrab of your formula tool?)- it's a bit hard.
One thing to check on:
can you confirm that the filenames with sheets that you are sending to the control parameter end in $' and have a |' before the sheet name? I can't see it in your formula tool and since you are doing a full replace both would need to be included in your control parameter when you update your input data via the batch macro.
Also - do you have your the union all records based upon name when schema are different set on interface designer for the macro which reads in the sheets with names.
