Salesforce Action Date Field Mappings
Status: Closed · Asked by bhiggins on · 0 views
I am creating a record in SFDC via a Salesforce create record action in Pabbly Connect. The record creates perfectly every time. However, I am unable to map my date values from Pabbly to date fields in SFDC. The formatting in which Pabbly sends the date, MM/DD/YYYY, is different from what Salesforce needs, YYYY/MM/DD. Is it possible to have the ability to specify the date format in the field mapping within the action?
Hey @bhiggins
You can use the "Date Time Formatter" action step to convert the time into the required one.
Kindly check the following screenshot for your basic understanding.

Thanks, this worked, though if a date isn't provided in the field, then the whole automation fails.