You need to sign in to do that
Don't have an account?

populating fields values via a flow process
In a flow that I am creating I need to be able to create a related record in a custom object based on either the user profile or role. I have a look up to the user that only has the following:

Is Active - true
UserProfile = varUserProfile
Id = varUserId
later in the process there is a decidion that should split the users up into 4 types based on the profile. Each of the 4 have varriables set with the profile id.


everything else in the flow is working except for this one decision node.. any ideas?
Is Active - true
UserProfile = varUserProfile
Id = varUserId
later in the process there is a decidion that should split the users up into 4 types based on the profile. Each of the 4 have varriables set with the profile id.
everything else in the flow is working except for this one decision node.. any ideas?