Hi,
When using dynamic content in an element condition string and that dynamic content returns a value containing an ampersand it is not accepting it.
Example use case for a post title called “Chalk & Cheese”.
This works:
Condition > String > Chalk & Cheese – in – {{dc:looper:field key=“somefield”}}
This does not work:
Condition > String > {{dc:post:title}} – in – {{dc:looper:field key=“somefield”}}
They should both provide the same outcome but I can only assume the ampersand is not being accepted as it has broken before.
The Preview dropdown also not showing the ampersand correctly.