Thanks for the tip. Unfortunately I couldn't get it to work. I'm using the custom code function in the workflow (node.js) and it complaining about mo...read more
Trying to convert a string (mm/dd/yy) to something HubSpot won't bark at. My code: exports.main = async (event, callback) => { var ca_date = event.inputFields['ca_date']; ca_date = ca_date.split(' ').join('T'); console.log(ca_date); var read more
Trying to convert a string (mm/dd/yy) to something HubSpot won't bark at. My code: exports.main = async (event, callback) => { var ca_date = event.inputFields['ca_date']; ca_date = ca_date.split(' ').join('T'); console.log(ca_date); var read more