It would appear at some point, someone clicked 'Edit Code' on the 'Email' which then dis-associates it from the 'Template' code which is used for the layout / modules function. I w...
Kind of hard to troubleshoot with the details provided.- If you click on the email within the Marketo UI, does it say it's connected to a template still?- Other than that, maybe sc...
What happens if you make a new email from the template? If the new email works, than it could be that new mktoModules were added to the template which can cause this error on email...
I would try:- removing the formal notation aside from output- double check that the custom object field is selected in the field tree where you input the script
You mentioned the url contained 'https://'. I would strip that and insert the URL like so and see what happens: <a href="https://${url}">Register Here</a>Maybe check email link per...
Hi Michael, As others have said there are a few ways to get this done, most using custom code. To allow the registration on-page you would need code.If you are ok confirming / deny...
Results of running the test script: API-based send results: Flow step-based resuls: The campaignRunId being recording in the activity log is the same that is being used at run-time...
Ok, will do! Thanks for the help. I spot checked the campaigns that trigger on a data value change from the API and they also re-distribute the campaignRunId. Sort of surprised th...
Ran the tests on 2 records, results are below. Results are not what I was expecting- the Flow Step Request Campaign has a similar system behavior of re-issuing the campaignRunId af...