Hello,
I wanted to make this formula to update opportunityClosedTime only if Status = to Closed Won. if not make the time clear.
I wanted to make this formula to update opportunityClosedTime only if Status = to Closed Won. if not make the time clear.
Code:
ifThen(entity\isAttributeChanged('status'), opportunityClosedTime = datetime\now());
Comment