Oct 19, 2021 10:45 AM
I am sure this is simple but I can’t figure it out. I have a multi-select field. When I choose a particular selection in the Multi-Select field, I want any data in a different field in the same table to be deleted. I see how to do the trigger but not the Action.
Any help would be appreciated.
Oct 19, 2021 10:51 AM
If you just set the field to empty (leave it blank) as your action, does that work?
If not, you can always create a formula field that equals nothing, and then set the field to that formula field as your action.
Oct 19, 2021 01:44 PM
I’ve used that method many times. Set up the “Update record” action as normal, add all the fields that should be affected by the update, and leave any field empty that you want to be wiped clean.
Oct 19, 2021 01:57 PM
Yes. That worked. Not sure why I didn’t see that. Thanks!
-Dean Moray