Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Yeah, I tried this as well and I’m facing the same issue. Since the months are formatted as plain text (e.g., "January", "February", etc.), the sorting ends up being alphabetical instead of in proper chronological order — which definitely makes trend analysis a bit messy.I haven’t found a native fix...
Hi @Dan_DiLorenzo, As others have mentioned, there's no native throttling functionality in Marketo. However, one effective workaround is to set up a recurring batch campaign that runs weekly, combined with a "Random Sample" filter in the Smart List. Here’s a simple way to structure it:Create a stati...
Hi @kenmckown, It looks like the issue might be related to the From Address you're using in the email.I ran a few test cases to troubleshoot:Case 1: Used my valid email address as the sender — Email was received successfully.Case 2: Used a non-standard address (047ed-2ac@xyz.com) — Email was not rec...
Hi @sosadodgers_18, The “Disable Smart Campaign on Archive” feature only applies moving forward. So, any active smart campaigns that were archived before enabling this setting will remain active unless you manually deactivate them. Going forward, any smart campaign moved into an archived folder will...
I totally agree with you, @SanfordWhiteman . This method only exports the current values stored on the lead record, regardless of how or when they were updated. To access the full form fill data as submitted at the time of the form completion, it would indeed require using the API, since that level ...
You're welcome! @NiharikaGoyal
Hi @RichMissionSq, Thanks for trying that out and for the update. Let me know once it’s resolved, and I’ll be happy to revisit the suggestion with you then.
Hi @Tamir_Belzer_TB, The issue is with the Salesforce connected app configuration. Salesforce has started enforcing PKCE (Proof Key for Code Exchange) on some OAuth flows, and Marketo’s sandbox environment doesn’t currently support sending a code_challenge as part of the authrequest. To fix it, went...
Hi @amyvoigt_PBC, You can export full form fill data from Marketo — including all the fields filled out as follows: 1. Create a Smart List with filter you want:Example: Filled Out Form = [Select your form]Optionally add constraints like Web Page, Date of Activity, etc.This list will pull all leads w...
Hi @Jo_Pitts1, You're right—many-to-one relationships definitely complicate things, especially when we try to flatten that data. I agree, concatenating values into a single field could work in simple scenarios, but it does limit filtering and dynamic personalization. It’s definitely a trade-off, and...