• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
ControlUp Community

ControlUp Community

Connect, Learn, and Grow

  • Blog
  • Archives
  • Findings
  • Videos
  • Categories
    • ControlUp One Platform
    • ControlUp for Apps
    • ControlUp for Compliance
    • ControlUp Dashboards
    • ControlUp for Desktops
    • ControlUp for VDI
    • ControlUp Scripts & Triggers
    • ControlUp Synthetic Monitoring
    • ControlUp Workflows
  • Topics
  • Meetups
  • Events
    • Logos & Wallpaper
    • ControlUp.com
  • Join

Troubleshooting Entra ID Enterprise/App Registrations with ControlUp Workflows

Posted on February 16, 2026

A user was having trouble using ControlUp Workflows to fetch Entra ID Enterprise/App Registrations for expiring secrets and to send an email with the relevant information. Another user suggested using a specific index ([0]) to specify which entry from the list of passwordCredentials to use. They also mentioned that the passwordCredentials array can have multiple entries. The correct documentation for this feature can be found in the "auto-complete" feature within Workflows.


Read the entire ‘Troubleshooting Entra ID Enterprise/App Registrations with ControlUp Workflows’ thread below:

Hi, i’m trying to use ControlUp Workflows to fetch Entra ID Enterprise / App Registrations to fetch expiring secrets. I have managed to get the Applications (DisplayName and Object ID) and expiring Credentials:

{{Get Application Secrets (1).passwordCredentials[j].daysUntilExpiry}}

Then the flow needs to send an email about what’s the expiry date, which password credential and so on like:

“`EndDate: {{Get Application Secrets (1).passwordCredentials.endDateTime}}

PasswordCredentials:

{{Get Application Secrets (1).passwordCredentials.keyId}}

PasswordCredential Type:

{{Get Application Secrets (1).passwordCredentials.secretType}}

Password Hints:

{{Get Application Secrets (1).passwordCredentials.hint}}“`

The email body does not show the actual value, but shows like this:

“`PasswordCredentials:

{{azure_ad_get_app_secrets_1_1745793738006.passwordCredentials.keyId}}

Secrets:

{{azure_ad_get_app_secrets_1_1745793738006.passwordCredentials.daysUntilExpiry}}“`

What am i doing wrong. I used the auto-complete feature. Where to find the correct documentation.


any thoughts @member?


passwordCredentials is an array. Or phrased differently. passwordCredentials can be multiple. Entra basically tells Workflows, here’s a list of passwordCredentials. That can be 0, 1 or more

You need to tell Workflows which entry in the list you want. For example:

Days until expiry: {{Get Application Secrets (1).passwordCredentials[0].daysUntilExpiry}}

[0] being the key here. It tells Workflows, from the list of passwordCredentials Entra returns, put the first one (arrays start at 0) in the email

Continue reading and comment on the thread ‘Troubleshooting Entra ID Enterprise/App Registrations with ControlUp Workflows’.  Not a member? Join Here!


Categories: All Archives, ControlUp Workflows
Topics: Credentials, Microsoft, Microsoft Active Directory, Microsoft Azure

Ask Us Anything, Connect, Learn, and Grow with the ControlUp Community!

Login to the ControlUp Community to ask us anything, stay up-to-date on what’s new and coming soon and meet other like-minded techies like you.

Not already a member? Join Today!

Primary Sidebar

ControlUp Academy

Enroll in ControlUp Academy for expert-led technical training, equipping you with skills to effectively deploy, manage, and grow your ControlUp investment.

Learn here >

Rotating Images

Hidden Gem from our Community on Slack!

ControlUp Betas - What's Coming Next?
NEW ControlUp Features - Stay Up-to-Date!
ControlUp Scripts - Scripting, Zero to Hero
Latest KB Articles - Be the First to Learn

Video Tutorials Library

Visit our technical how-to videos, offering step-by-step tutorials on advanced features, troubleshooting, and best practices.

Watch here >

ControlUp Blog

Check out the ControlUp blog for expert advice and in-depth analysis.

Read here >

ControlUp Script Library

Visit the ControlUp technical script library, which offers a multitude of pre-built scripts and custom actions for your monitoring and troubleshooting requirements.

See here >

ControlUp Support

Visit the ControlUp support home and to delve deeper into ControlUp DEX solutions.

Browse here >

Footer

      

ControlUp Community
Of Techie, By Techie, For Techie!

Terms of Use | Privacy Policy | Security
Dive Deeper, Learn more at ControlUp.com

  • facebook
  • twitter
  • youtube
  • linkedin

© 2023–2026 ControlUp Technologies LTD, All Rights Reserved.

We use cookies to ensure that we give you the best experience on our website. by continuing to use this site you agree to our Cookie policy..