<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00009Wn4wCCAROkta Identity EngineWorkflowsAnswered2023-08-14T22:15:13.000Z2023-08-14T17:34:17.000Z2023-08-14T22:15:13.000Z
Find out which fields changed during a profile update

I want to create this little flow that gives us a slack alert each time a user's profile in Okta is updated (by our HR system connection).

I got the "changed Attributes" list, but now I want to also display the new value of those attributes (but only those that changed). So I started a helper flow to iterate over the "changed attributes" list, but I can't find a way to just return the value of a specific profile field whose name I hand over to the helper flow.

 

So this basically is the slack message that I want:

 

"Profile for user XXXXX changed.

New values:

lastWorkingDay: XXXX

manager: XXXX

mobilePhone: XXXX

(Link to Profile in Okta admin interface)

"

 

Do you know how that's done?


This question is closed.
Loading
Find out which fields changed during a profile update