If you create your "new Comments" field on the lead, then you can just pass the content as a token into the description in your Create Task flow step, {{lead.New Comments}}. This w...
You're probably better off just using the forms API to add your values as hidden fields on submission instead of working with duplicate forms: Forms 2.0 » Marketo Developers You c...
Marketo won't perform any matching when pushing a lead to SFDC, just on the SFDC ID if it already has one. Do you have any deduplication rules, or dupecatcher enabled in SFDC? That...
Could you pull up the command line, "Command Line" in Windows, "Terminal" in Mac, and put in this command then post the result?nslookup na-xx.marketodesigner.commake sure to replac...
Hi Philip, the token expires for the same reason that logins time out, for security if a session is somehow hijacked. You'll need to implement a system which reauthenticates with y...