Hello, I have a question as well and I would be very grateful if you could help me. I've been struggling to solve this. I'm working on an AI assistant app, but I'm trying to make an assistant that can communicate in both image and text in a multimodal way. When the user types a sentence into the TextField, if they start it with "/img", I want it to generate an image. However, I'm new to FlutterFlow and as a designer, I don't know much about software. I added a Conditional Action with the First Value: I put the TextField. For the Second Value, I wrote "/img". I wanted it to send me a notification if the condition is met. But it only works when I type "/img". I don't want to match it exactly with "/img". I want it to understand whether the text contains "/img" or not. Can you help me with how to do this? I've struggled a lot and am about to lose my mind.