Hi. I am using the MM/DD/YYYY date format in a HubSpot CRM Deal field. It works flawlessly for automating things in Google Calendar. However, I tried passing the HubSpot date to Stripe and my scenario returned this error.
The operation failed with an error. If invoice collection method is ‘send_invoice’, you must specify ‘due_date’ or ‘days_until_due’.
As you can see in the screenshot below, I specified a due date.
The exact string of characters for the date that was passed from HubSpot is this:
05/21/2022
What date format does Stripe require and how (assuming I am extremely new to Make) exactly do I convert it to the acceptable date format? Where do I start the fix for this? Thanks.