You need to sign in to do that
Don't have an account?
Project Managers
Hello,
I created a new flow with the following criteria:
ISCHANGED([Case].Status) && [Case].BA_Owner_with_lookup__c <> [Case].bl_Assigned_To_User__c && !ispickval([Case].Status,'Closed') &&NOT(ISNULL([Case].BA_Owner_with_lookup__c))
&&OR([Case].BA_Owner_with_lookup__c.Profile.Name = 'Cloud Community', [Case].BA_Owner_with_lookup__c.Profile.Name='Exlibris Partner User' )
I keep getting the following error:
"The flow failed to access the value for myVariable_current.BA_Owner_with_lookup__c.Profile.Name because it hasn't been set or assigned"
Any suggestions?
Thanks,
Udi
The flow failed to access the value for myVariable_current because it hasn't been set or assigned
Hello,
I created a new flow with the following criteria:
ISCHANGED([Case].Status) && [Case].BA_Owner_with_lookup__c <> [Case].bl_Assigned_To_User__c && !ispickval([Case].Status,'Closed') &&NOT(ISNULL([Case].BA_Owner_with_lookup__c))
&&OR([Case].BA_Owner_with_lookup__c.Profile.Name = 'Cloud Community', [Case].BA_Owner_with_lookup__c.Profile.Name='Exlibris Partner User' )
I keep getting the following error:
"The flow failed to access the value for myVariable_current.BA_Owner_with_lookup__c.Profile.Name because it hasn't been set or assigned"
Any suggestions?
Thanks,
Udi
Thanks,
Udi