How to save JSON date to Bubble date

Hi,

How can I save date data returned from an API (in JSON format) to Bubble?

Thanks.

In the api connector, when initializing your connector, select “date” as type of data for this json value… It’ll then be available as a date format in your ui editor (and anywhere else actually)

2 Likes

After you initialize your call, you’ll get your data back to you mapped for you. You can then change the data type on the date to be Date (UNIX) and save.

1 Like

Thanks @Future and @doug.burden .

Greatly appreciated.

1 Like