User Profile
SeanC1155
Copper Contributor
Joined 7 months ago
User Widgets
Recent Discussions
Re: Start an Automation Runbook with Parameters from a Power App Button
If anyone comes across this I was able to get this working. This post had the closest working example I could find. I added in properties: { } and the parameter was passed in as an 'UntypedObject'... ParseJSON(JSON({ param1: "SomeText" })) Set(AZAutomation,AzureAutomation.CreateJob( "nnnn-nnnn-nnnn-nnnn", "nnnn", "nnnn", { runbookName:"WorkingRunbook", wait: false, properties: { parameters: ParseJSON(JSON({ param1: "SomeText" })), runOn: "" } } ))
Recent Blog Articles
No content to show