function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Steve Gilbert 13Steve Gilbert 13 

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:

User-added image
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.

User-added image

User-added image
 everything else in the flow is working except for this one decision node.. any ideas?