I also have a “Thing” that contains text, for example: “I like to drink heineken.” Now, I want to associate the option “Beer” with this “Thing” since the text contains the word “heineken.”
However, if the text is “I like to drink heineken but prefer wine even more,” I want to attach both the options “Beer” and “Wine” to the “Thing.”
I’m clear about how Option Sets and Lists of Things work. What I’m struggling with is how to filter this from the text.
How can I achieve this? Any advice or pointers would be greatly appreciated.
Hey @martijntenpas so you can create custom compare operator either using a text field or add it on workflow when you making a change to “Thing”. Its kind a tricky explaining it here. I can attach some screenshots so that might help you.
I created an Option with filed as list as shown below:
and then I have a text input field which includes the word from that option same as your text example and I’m filtering it out like this screenshots below:
Hey @gsultan Great, thanks for your response, that’s indeed a slightly different approach than what I had in mind. However, I’m still running into some issues. I’d like to add the first one I encounter to the List of Type Notification. What am I missing here? I want to do that in a backend workflow.