API POST to a date range field

Hi all, I’m building a Zapier app to post to my Bubble app, and one of the fields I’d like to post to in my database is a type “date range”. I can’t work out how to reference the :start and :end elements of the table, is this possible? Or do I need to split my Bubble date range fields into two fields for start and end?

Thank you!

Send in start and end from zapier and use those to set begin and end of the date range in bubble

Thank you for getting back to me! It’s not clear to me where I should send them to from Zapier I’ve been following the instructions here Creating An App On Zapier - Need help / APIs - Bubble Forum and it all works perfectly, but item 3.3 states “the name of the key should exactly match the field name of your Bubble database”. It works with all other field types, but how do I reference the :start and the :end of the date range in this section? That’s where I’m getting stuck.

I don’t know about that at all (and it is 4 yrs old) but as a quick workaround fix you can add the begin and end dates to the thing in Bubble and then have a DB trigger (or a apu wf / ce) set the range from those 2 fields. That way you can have a range and also sync with Zapier

Yes, I was thinking about that as an option, but it’s then 2 database actions instead of one. I’ll go with that for now and see if anyone else has other ideas. Thanks!