Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
So, not so much a question as a curiosity/possible warning.I had a built-out email, and I was editing the source code to be able to add a class="mktNoTrack" tag to a text link module since I've found that leaving the tracking enabled breaks phone links in Gmail. . .. anyway. I received a validator e...
Apologies if I am missing something glaringly obvious, but is there any sort of issue with date fields and the isEmpty() conditional? Running into an issue where a visually empty field on my end is returning a value as if there was data in the field? It's a Date field type and there's only one recor...
Ah, good point. That makes sense! Thank you!
Because we have cases where there are multiple records under a single email so if a Lead meets the first criteria, there would still possibly be multiple records on the second object so the need to loop through those to assess if the criteria is met.Unless I misread your response 🙂
Hello!Super basic question here but have a situation where I need to loop through two separate custom objects and the output based on criteria from both objects.Looking mostly for the best way to set a variable if the initial if statement is true and then referencing that variable in the next if sta...
Ohhh yeah duh wow, that makes sense lol.Thank you!!
Hello!We're doing a small one-off email that will use scripting to populate records. Since it is so small we're just using a CSV list import to populate the custom object data.I'm running into an issue where it is not creating a new record for each row but is only importing the first row.The file an...
Got it, thank you!
Got it, yes I am confirming that.Was just curious if the NULL value being sent for a Date field that has no value would be causing anything that would have the "Is Empty" filter "see" a value there?I wouldn't think so - just trying to eliminate possible sources of the discrepancy.