I have a AzureAutomation job where I output and convert it JSON
I can see the Output in the Azure Automation job
I've used that Output to create a Parse JSON
Whenever I run the thing though I keep getting that the Parse JSON is getting null data...
Any ideas?
Ok I figured it out, I had to set the Wait for Job to Yes, which I guess allows this job to complete before it allows the others to run, which makes sense...