Hi, folks. I hope this finds you well.
I have a J.O. Program that sends out a survey e-mail but it’s failing to fetch some participants due to the sender e-mail field being null. I have another e-mail field that could be used in case the one that is being currently used is null, but I don’t know whether it’s possible to create some kind of condition as a if/else clause.
That way, if the data from the sender e-mail field is null, use the other field.
Thanks in advance!