web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Azure automation param...
Power Automate
Unanswered

Azure automation parameter error

(0) ShareShare
ReportReport
Posted on by 6

the array below is my input parameter for Azure Automation powershell runbook. this is gotten from Power automate

 
[
  "admin@XXXXX.onmicrosoft.com",
  "admin@XXXXX.OnMicrosoft.com",
  "admin@XXXX.onmicrosoft.com",
  "admin@XXXX.onmicrosoft.com"
]
 
Here is my azure automation runbook code
param
    (
        [Parameter(Mandatory=$true)][ValidateNotNullOrEmpty()] 
            [String[]] $Users
    )
Users | ConvertFrom-Json
 
When I run my power automate i get the error below
Error
Action 'Create_job' failed
Error Details
Input value wasn't a JSON object.
 
 
I do not know why AZ Automation is not accepting the output from Power automate as a valid parameter.

@TexasBI , @CFernandes , @efialttes

 
 
Categories:
I have the same question (0)
  • JohnAageAnderse Profile Picture
    1,986 on at

    Hello @BeeBeeBee 

    Did you find a solution to your issue or is it still relevant?

    To me it looks like your issue is in the ConvertFrom-Json part. I see that the parameter data is an array, not json. Or do you convert it to json before you call the Azure runbook?

    Let us know how it went

    Kind regards, John

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 283

#2
David_MA Profile Picture

David_MA 256 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard