Quick question. When creating a workflow custom fo...
# suiteflow
m
Quick question. When creating a workflow custom formula, is the corect Logical Operator && or “AND” ? Not sure although both seems to work. Example: {createdfrom.actualshipdate} is null && {createdfrom.shipdate} is not null
m
Use AND
Or use a saved search as the condition
m
Thanks!