Hello,
I'm trying to dynamically create a new sheet in an .xlsx file stored on SharePoint using the SharePoint Output Tool in Alteryx. The goal is for the sheet name to reflect the current month — for example, when I run the workflow in August 2025, it should create a sheet named Aug 2025 in abc.xlsx. When I run it again in September, it should add a new sheet called Sep 2025, and so on.
Importantly, the workflow should not overwrite existing sheets — each run should append a new sheet based on the current month in abc.xlsx.
I’d really appreciate any help or guidance on how to configure this correctly.
Thanks so much in advance! 😊