How can I check if the options in a list have changed?

Hey guys, I need your help here.

I need to check if there have been changes to one of 3 lists and use this as a conditional in a Database Trigger Workflow. Something like:

If list 1 has changed OR If list 2 has changed OR If list 3 has changed

All these lists are list fields tied to the same thing, so what would be the best way to do this using the thing before and the thing now?

One option
list 1:before change:sort:format as text <> list1:after change:sort:format as text

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.