Hi Team,
I'm playing with Alteryx in my personal time now trying to skill up. I'm tackling a passion project trying to convert a whole heap of data into nicely formatted markdown files.
Example Output: Using program 'Obsidian.md'


Source Data: Excel File where each 1x row is destined to be 1x output.
Approach: I've created a batch macro. Feeding in 1x Excel record with 100+ records. Each row is read by the macro and converted into a single markdown document. It saves to a folder picked by the user and saves the file name dynamically.
Testing: No issues with testing. Operating within the Macro workflow produces 1x file successfully.
Issues: The macro is only running once, producing the first line of the table only.
Workflow Files: See attached
I've read that I need to have a macro output in order to trick the macro into cycling through. That doesn't seem to be working though.
Can anyone point me in the right direction? I've attached a copy of the macro, workflow and source data.
Thanks,
Josh