I did some tests and found that updating the “DE:Job number” field with the “DE:Job Number” field does not make Fusion think it has been updated. That would have been too easy.
Even adding a space to the value and then doing a trim doesn't fool it.
So I used an update record module to add a bullet ‚Ä¢ to the end of the Job Number field and then in the same scenario, I added (IF job number contains a bullet, replace the bullet with “null”, else leave it alone). That worked but now for every update, there’s two updates.
Is there a more efficient way to make Fusion think a field has been updated to trigger a watch field module?