I’ve create multiple option sets I use across my app. I want to allow a “tagging” use case that would show users a multidropdown to add tags from across several of these option sets.
Based on the way the multidropdown is set up, it seems like I can only select a single option set for the “types of choices” rather than merging multiple together.
I’ve tried selecting one of the option sets for “types of choices” then for “choices sources” doing “All option set A merged with All Option set B”
But that’s giving me an error that says “Multidropdown X: Choice source should be Option set A but right now it is a empty” [sic]
Any workarounds to this limitation? I don’t want to combine all my option sets and filter based on an attribute because of existing complexity for how I use my option sets. And I don’t want to duplicate option set options in a new giant option set just for tagging because the whole point is to use them as matchable 1:1 tags for workflows (not just frontend display text).