Comparison operator which checks if 2 list's match/doesnt-match the EXACT same items

Need a Comparison operator which can be used for expressing the following:

I have an action that switches a yes/no field in the Database to “no” when a user hits a save button, but ONLY WHEN a multi-dropdown list doesn’t = EXACTLY the same list as in a list-field in the Database.

Is there any comparison operator that can compare to see if 2 lists matches the EXACT items?

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