
CarstenW.33950 (SFLX) asked a question.
I want to create a slack botn that alerts me whenever the "termination date" field of a user was changed. Could I do that with Okta Workflows?
Is there a way to find out which field was changed when the profile was updated by our Personio (HR Software) integration?

Going to expand a bit on this:
The Changed Attributes field return is done in a CSV format and will look similar to this: attribute1,attribute2,attribute3
When you a create a flow with an action based off of a specific attribute you will first want to validate if the set of changed attribute is one in which you are monitoring for as ANY changed attribute will start the flow.
To do this a simple "Continue If" card can be utilized. See screenshot below:
If you have multiple different attributes you are monitoring for it requires additional logic. For example you could split the "Changed Attributes" into a list. Then do "List Includes" and later Boolean (T/F) logic to make your determination(s).