Hi,
I just want to know if it is possible to update a field before save using this formula, or if there are any alternatives:
ifThen(type=='Query', TAT=24);
ifThen(type=='Complaint', TAT=36);
ifThen(type=='Incident', TAT=48);
dateAndTime = datetime\addHours(createdAt, TAT);
Thank you for your guidance!
I just want to know if it is possible to update a field before save using this formula, or if there are any alternatives:
ifThen(type=='Query', TAT=24);
ifThen(type=='Complaint', TAT=36);
ifThen(type=='Incident', TAT=48);
dateAndTime = datetime\addHours(createdAt, TAT);
Thank you for your guidance!

Comment