Create CRM Meeting from acuity scheduling with Zoho Flow - exception for Startdate

Create CRM Meeting from acuity scheduling with Zoho Flow - exception for Startdate

Hi @all,

my problem:

I want to create a Meeting in ZOHO CRM when an appointment is scheduled in 3rd-party service „acuity scheduling“.

Payload of acuity contains startdate in ISO-Format e.g. 2009-06-30T18:30:00+02:00. In CreateModuleEntry within Zoho flow says, the start date should have the same format, so I assigned the value of payload without any converting.

But on executing flow I get error „ZOHO CRM says StartDate must be of type datetime“. So I tried different formats without success.

For testing I assigned systemvariable current datetime, this works perfect.

Any ideas how to solve this issue? Can‘t see and differencies between the value-format in payload and current datetime.