Hello,
I’m using the custom workflow action API to trigger custom events on my analytics and messaging system.
The issue I’m facing is that if I declare it as date and dateTime it returns as invalid input value field key when I select a date time property in Hubspot (in the example it’s the meeting start time from a meeting object).
If I declare it as string, then it outputs only the date (DD/MM/YY) without the time.
Either a unix timestamp or a string with DD/MM/YY HH:MM works for me.
Can someone please help me out?