Back to All

Embed media breaks my conditions

Hello there!

My case is this...

Let's suppose the response for my interaction is different from "Sim".
The first and second if weren't supposed to appear. But the second one always shows. When I remove the embed media it works fine. Is there something I can do to make it work or is this a limitation?

[IF([responseTo interaction=1914010 fallback=Sim]=Sim){
Some text and chat bubbles
::next-6::
}]

[IF([responseTo interaction=1914010 fallback=Sim]=Sim){
Some text, chat bubbles
::next-6::
and embed media (img)
[img]image_link[/img]
}]

The second one always shows...