Data360 Analyze

 View Only
  • 1.  Mail Node, null vlaues

    Posted 01-25-2021 06:46

    With an email node, I have it set up so in some cases, it sends to certain addresses, and has attachements. Other cases, it doesnt. Currently, the fields cannot be Null. So i have to pass in an email address to CC and a blank file to the attachment field.. is there a way to pass a null value instead? (it currently errors if the value is null)

    Thanks!



  • 2.  RE: Mail Node, null vlaues

    Employee
    Posted 01-26-2021 04:18

    You could add a Transform node upstream of the Send Email node to specify the default values to be used in the optional fields:

    The default values were set to be the delimiter character for the corresponding properties. 



  • 3.  RE: Mail Node, null vlaues

    Posted 01-26-2021 06:43

    Ahhhh perfect thank you!