• Sundeep Jaswal 7
  • NEWBIE
  • 10 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hi All,

I am unable to simply insert a user's email address in the reciever's email slot when building my flow. The Reciever is the company's accounts team email. Thank you for your help. 

 
How to make a field required if a picklist value is true?
I need to have the field custom_terms__c required if Payment_terms__c picklist value equals 'custom.' 
AND(
 ISPICKVAL(Payment_Terms__c, "custom")
 ISBLANK(Custom_Terms__c)
)