Would like to be able to access the custom extensionattribute properties from Flow. At the moment, the Office365 connector does not show any of the custom properties, and I have not found an easy way to do it. We at our business use one of the custom properties to store information that I need to get to from an approval Flow I am writing, and the Flow is based on that custom property to determine the level the approval needs to go up to, based on this property.
Hi @dhruvmathur
Would it be possible to get a full view of the Flow for those of us that aren't super familiar with it?
I have exactly the same challenge with pulling custom attributes from AAD for users and the Flow platform has changed and morphed since your original post (and screenshots in 2019) so i'm hoping you'd be able to share more 🙂
Thanks,
Mike
I was able to get this to work with the help of @trevorseward . Here is a look at the Flow:
In the Get my profile (v2), make sure to add the fields you want. onPremisesExtensionAttributes will give you the extension attributes. For the JSON, parse the User from Graph API field from the Get my profle (v2)
Hi @dhruvmathur
I believe you would have to use the graph api currently to grab the custom attributes
https://docs.microsoft.com/en-us/graph/api/user-get?view=graph-rest-1.0&tabs=http
Calling graph api with Flow
https://www.lee-ford.co.uk/using-flow-with-graph-api/
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1