I have a powershell Script that logs into Azure, imports a csv file, converts it to JSON and imports it into an automation variable. I have the file in a flow from being posted to a SharePoint list, but am trying to figure out the best way to do the rest with flow
I dont see any any actions to run a powershell script or convert a CSV to JSON. The only thing I can think of is to save the file to Azure storage and call a runbook which gets it from there. Is there another way?
I also find the SharePoint trigger a pain because it goes off every time the item is saved in the list, even if the attachment is already been there and something else is being updated. I have a work around, but needless to say I am open to other options for getting the CSV into the Flow process.