Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
This worked to perfection! Thanks! I've tested every permutation of Trial / Subscribed / Past 24 hours / over 24 hours ago and it deploys the emails with the appropriate messaging flawlessly. I did actually attempt this logic block sequence at first but it returned the soft bounce i.e. broken syntax...
I'm trying to combine NEW Product X Trials ($lead.dMSSubscribedDate) and NEW Product X Subscriptions ($lead.dMSTrialDateTime) using "any" or "or" conditions utilizing the (||). If a Lead's Trial OR Subscription DateTime is in past 24 hours then that New Product Trial or Subscription = TRUE and will ...
@SanfordWhitemanJust wanted to follow up - I can take it to the community posed as a new post question if you prefer. Can you help me solve for combining the "Product X Trials" with the "Product X Subscriptions" using "any" or "or" conditions (utilizing the double pipe ||)? Intellectually, I can se...
@SanfordWhiteman can you help me solve this? I have no idea what you were expecting this use of || to do, it’s broken too: I'm just trying to figure out where the "any" or "or" (| |) belongs so I simply mirrored and added all "Trial" syntax on the lines where the "Subscribed" syntax was present. W...
@SanfordWhiteman I have tested this a few different ways but I can't seem to find the proper coding sequence to make it work.Obviously utilizing only this will not work with the #if and #set VTL block for $lead.dMSSubscribedDate.isEmpty() ) and !$lead.dMSTrialDateTime.isEmpty() ) written.#if( $dat...
There are a few different locations that may require the || in this scenario.I will test but it's always easier to get as much info prior to really messing things up. 🙂In this first section below do I simply add the entire #if( !$lead.dMSTrialDateTime.isEmpty() ) content block duplicating the Subsc...
That worked to perfection! This is amazing stuff. I always make this so much harder than I need to. But, yes, I see. And it worked! Of course, now that I know I can create AND (&&) conditions, is it just as easy to create ANY or OR conditions?Currently, I have separate programs for Product X Subscri...
No, those are just placeholders for the conditions you want to match!Oh, man. Buzzkill. Because literally "something" and "something else" is exactly what I need to identify - but in a DateTime field. Basically, for my use case only (empty field values) "null" and "null" = FALSE (does not have Produ...
This is great! I understand exactly what you are doing with the script conceptually - but technically I'm not exactly sure how to execute it properly. I have exactly how I interpreted your message below. I did create a token with the below VTL and sent a test send from Lead Record > Marketing > Send...
@SanfordWhiteman is there a line of VTL or a way to use "AND" conditions in the script? The reason for this is that a customer can "Subscribe" or begin a "Free Trial" with PRODUCT A (or any of our products). Obviously, the DateTime fields need to be unique for each "PRODUCT X Free Trial" or "PRODUC...