Luis
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
That's great @Stephen. I'm not sure I fully understand what you mean by checking to see if there is new or updated data. Do you mean in regards to BuildShip database?
24 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
24 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
Sure you can use any library you prefer. In this case the API call node uses the node-fetch package for requests and returns the status code as part of output
24 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
It's an option part of the V2 branch node
24 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
The remix link is using this fake api as an example https://fakestoreapi.com/products
24 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
Essentially you can use a brach node to check when the api call is a 200 ok response then you can loop over the api response data and insert in your database.
24 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
24 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
Hi @Stephen I will share in a few a remix link to help give you an idea how you can achieve this.
24 replies
BBuildShip
•Created by haleem` on 12/2/2024 in #❓・buildship-help
Multi-Image GPT-4 Vision
That’s awesome! Happy to help 🙌
25 replies
BBuildShip
•Created by haleem` on 12/2/2024 in #❓・buildship-help
Multi-Image GPT-4 Vision
@haleem` hopefully this short recording helps https://share.descript.com/view/UZBDSpaXoln
25 replies
BBuildShip
•Created by ph055a on 12/4/2024 in #💬・general
ph055a - What is the best solution for working ...
Hi, firestore already supports both. https://firebase.google.com/docs/firestore/manage-data/data-types#data_types
1 replies
BBuildShip
•Created by jordendubs on 12/3/2024 in #💬・general
jordendubs - What is the best way to query a bu...
Of course as previously mentioned you can handle the group by in your client code as well
6 replies
BBuildShip
•Created by jordendubs on 12/3/2024 in #💬・general
jordendubs - What is the best way to query a bu...
6 replies
BBuildShip
•Created by jordendubs on 12/3/2024 in #💬・general
jordendubs - What is the best way to query a bu...
6 replies
BBuildShip
•Created by jordendubs on 12/3/2024 in #💬・general
jordendubs - What is the best way to query a bu...
6 replies
BBuildShip
•Created by jordendubs on 12/3/2024 in #💬・general
jordendubs - What is the best way to query a bu...
hi @jordendubs , as Gaurav mentioned group by is currently not supported by firestore. This means you would first have to query all the documents in your collection and then group them by whatever field you want. For example here I have a stripe table and I want to group by planId. You can actually edit the current Collection Query node with AI to facilitate group by after loading the documents.
6 replies
BBuildShip
•Created by haleem` on 12/2/2024 in #❓・buildship-help
Multi-Image GPT-4 Vision
This is because you’re using the rest api trigger. If you want to submit files to your workflow then you may consider connecting and using the file upload trigger https://docs.buildship.com/connecting-triggers/file-upload
25 replies
BBuildShip
•Created by haleem` on 12/2/2024 in #❓・buildship-help
Multi-Image GPT-4 Vision
Here's a remix link to give you an idea https://app.buildship.com/remix/fb6f59b6-8c6a-492c-904d-e557f0e305ec
25 replies
BBuildShip
•Created by haleem` on 12/2/2024 in #❓・buildship-help
Multi-Image GPT-4 Vision
Actually since you are using a File input this can be done much easier. There's no need to upload the file again because it's already in BuildShip storage.
25 replies
BBuildShip
•Created by haleem` on 12/2/2024 in #❓・buildship-help
Multi-Image GPT-4 Vision
Hey @haleem`, are you still using the Rest API file upload trigger in your workflow?
25 replies