Hello everybody,
I was wondering if lets say jobtitle field is empty when a user is created from the fim portal is it possible for a workflow to generate a static jobtitle such as this pseduo code "if jobtitle = empty" "then jobtitle = unknown". Would the following work IIF(Eq(JobTitle,Null())"Unknown",JobTitle) -> JobTitle ?? The reason I ask is because one of our connected systems require a JobTitle and sometimes a user does not have one upon being entered into the FIM portal so I am trying to create a generic one till they are assigned a correct one.