Hi - couldn’t find an answer already for this, but sorry if it’s there and I didn’t see it. Not even sure if this is a Salesforce or Zapier issue…
I convert a date to dd/MM/yyyy in Zapier with formatter, but when it arrives in Salesforce, it has been switched to MM/dd/yyyy. Eg, if I send:
transform: date.formatting
to_timezone: Europe/London
from_timezone: UTC
inputs: 1686528000
to_format: DD/MM/YYYY
output: 12/06/2023
I get a date in Salesforce of 6 December 2023
What am I doing wrong??
Thanks in advance!