Skip to main content
Problem Solver I
March 2, 2022
Solved

Show/Hide Text Block in an email using Show/Hide Logic (new editor)

  • March 2, 2022
  • 11 replies
  • 2334 views

I want to include variable data (just a block of text) in a post-purchase flow.

eg, If a customer has purchase certain items, I want to show relevant data. Instructions, directions, extra info, etc. 

 

I found the Show/Hide logic feature, but it’s just a text-input line. 

I would’ve expected a drop-down showing all of the available variables/syntax and options. I’m really surprised that it’s this open-ended.

 

Is there a list somewhere of possible variables that I can copy/paste in to ensure that the logic string is entered correctly? 

 

All of the instructions I can find for this are the older editor, too - and none are for this specific use case. 

 

    This topic has been closed for replies.
    Best answer by matt.steinruck

    Correct syntax is:

     

    event|lookup:'ProductID' = 6093805486251 or event|lookup:'ProductID' = 6550791749803

    11 replies

    Contributor III
    August 9, 2022

    It finally worked! Thank you so much, @David To! The articles you suggested really helped a lot.