Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Creating AD user from Forms. Empty answers problem.

(0) ShareShare
ReportReport
Posted on by 28

I want new user to be created via Microsoft forms. Not all of the properties are mandatory to fill out. Like phone number for example. If the tile is left empty i get this error:

"Invalid value specified for property 'mobilePhone' of resource 'User'.",
    "details": [
      {
        "target""mobilePhone",
        "code""InvalidLength"
      }
 
I searched forum but cant find the solution.
 
  • AgileGrrrrrg Profile Picture
    28 on at
    Re: Creating AD user from Forms. Empty answers problem.

    Worked like a charm, Cheers : )

  • Verified answer
    tom_riha Profile Picture
    10,127 Most Valuable Professional on at
    Re: Creating AD user from Forms. Empty answers problem.

    Hello @AgileGrrrrrg ,

    you can try using the if(...) expression on the optional columns.

    if(condition, ifConditionTrue, ifConditionFalse)

    In your situation you want to check if the input from MS Forms is empty. If true, if it's empty, use the null value, if it's not empty, use the actual value from the MS Forms.

    if(empty([dynamicContentFromMSForms]), null, [dynamicContentFromMSForms])
    
    Note:
    [dynamicContentFromMSForms] is a placeholder, replace it with the dynamic content from the MS Forms!

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1