Forum Discussion
2 Replies
Sort By
- Nathan_HilliardCommunity Member
You should probably use a different trigger than the state change. For example, if what you need to trigger happens whenever an option is selected, then toggle one T/F variable whenever that happens. Then use one trigger to watch for a change to this T/F variable instead of watching for various state changes.
- SuzanneNeafusCommunity Member
That makes so much more sense than what I was attempting to do. And I already have a variable in place being set at that point. Thanks so much.