I would like to know if there’s a way to run two command line tasks using an Action button.
I was thinking that perhaps Hyperlinks may work but I am not having a lot of success.
Of course this app will only every be run from a Windows PC
The first creates a folder “D:\OneDrive\DaySheets” & [OrderId] where [Orderd] comes from the App.
The Second launches PDFill.exe to MERGE all the PDF’s in the folder “D:\Downloads\Test” into a single PDF and saves it in “D:\OneDrive\DaySheets” & [OrderId]
For my application, I do need to run batch files because I am merging pre-existing PDFs, I can’t create them on the fly.
However I think I have found an alternative solution. I will use Outlook VBA to some of the work and create a simple CSV that I will import into AppSheet to update the values there. Messy but simpler.