Trigger updated-at


the trigger does not work when writing a variable indication using equal, while like not like not equal works. How do I specify a variable so that when it changes, the trigger works?

Date values are written in this format "2024-05-14T15:36:29Z". So you need to match with that format if you want a direct comparison.

@jfortun Thanks! please tell me how do I implement a trigger to trigger when updating the value of a variable?