The automation isn’t triggered when the “Force sync” is set to true.
The cause?
Apparently it has to do with the formula field. If I change it to a Number field it works as expected. Then why is it now working with the formula?
KR Ashgard
Page 1 / 1
Hey KR, I think I understand what you’re asking. Have you tried setting the default format for your formula to Integer? I think that I’ve had to do that before (maybe it’s an implied casting of the formula result to the format type).
Hey KR, I think I understand what you’re asking. Have you tried setting the default format for your formula to Integer? I think that I’ve had to do that before (maybe it’s an implied casting of the formula result to the format type).
Hi @augmented. Thanks for your suggestion. I checked, but I had the format of the formula already set to Integer. There must be something else causing this issue.
Hi @augmented. Thanks for your suggestion. I checked, but I had the format of the formula already set to Integer. There must be something else causing this issue.
Would you mind taking a snip (pic) of your automation trigger conditions and replying here?
Also, check out this issue.
Would you mind taking a snip (pic) of your automation trigger conditions and replying here?
Also, check out this issue.
Thanks for the information. The issue you referred to indeed seem to explain my issue. I made the Last modified time field dependent on the Force sync field. That seems to solve it as it will cause both conditions to go to false.
Here is the screenshot of my trigger for later reference.