Newbie to Workflow Designer, we just had our workflows migrated from the legacy platform and I am struggling with a formula. We set this up to auto-calculate to create an expiration date, however, I failed to take into account a question on the launch form accommodating perpetual contracts (easements). Here is what I have, but it's throwing an error because there is no "months" value:
if(ifexists(Agreement Date, true), RelativeDate(Agreement Date,Contract Term Months,"months"), ifexists(Signing Date,RelativeDate(Signing Date,Contract Term Months, "months")))
I have sent it in to support, but I thought I'd check here in case anyone had a brilliant idea on how to fix this. 🙂
Thanks!