I am in a situation where I want to affect the options in a Text Field that is linked to an option filter from like a Value Rule. We are using a Text Selection field to add child configurators to a parent, when the Value rules run it checks the field for a value other than “None”, if one is selected then the appropriate child configurator is added then the field value is set back to “None”. Once specific child configurators are added I need to remove them from the options available. I am not having any luck with the Set Option Filter block, it keeps erroring. I also tried updating a field on the form to tell the Option filter to change. It doesn’t change right away, but once another field is updated it will then change.
I think the Option Filters run before the Value Rule, so the field change doesn’t impact the Option filter until another field is changed and the process starts over.
I was not thinking correctly, simply doing the code on the field solved my issue.