# Budgeting App - Quickbooks Online

**URL:** https://community.glideapps.com/t/budgeting-app-quickbooks-online/73854
**Category:** Ask for Help
**Created:** [June 4, 2024, 7:53am UTC](https://community.glideapps.com/t/budgeting-app-quickbooks-online/73854 "2024-06-04T07:53:12Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![AbrahamGluck](https://avatars.discourse-cdn.com/v4/letter/a/96bed5/32.png) [@AbrahamGluck](https://community.glideapps.com/u/AbrahamGluck)
#### Post date: [June 4, 2024, 7:53am UTC](https://community.glideapps.com/t/budgeting-app-quickbooks-online/73854/1 "2024-06-04T07:53:13Z")

</div>

I am looking to create a budgeting app that will change how our small companies budget currently and also will be really great for personal use of personal budgets and forecast of bank and so much more in this aspect and behavioral budgeting approach

My question is I will need to have the QB data in Glide. How should I approach this? Should I simply use Glide tables and use Make to send in new records to Glide as needed from all QBs needed (since this will be used for more than one company) or should I use [Skyvia.com](http://Skyvia.com) or a similar solution to get QB data, but how do I bring it afterwards to Glide? Can I use a database SQL? Is Skyvia providing this or how? Most of the records edit updates and create will be coming from QBO only budgeting records and tables and also some functionality to change data to QB will be coming from the user screen. Which approach is best for this all?

Note: I have no idea and have never used SQL before, so I am not sure I am presenting this right or what challenges I will face. I have great experience in [make.com](http://make.com) and have accomplished so many advanced things before, so I know low code well, but I am not sure how to handle a database. Is there a database that can have a less learning curve than other databases, or I wish Skyvia provides this all so I can just use them for QB sync and then into Glide.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 4, 2024, 11:58pm UTC](https://community.glideapps.com/t/budgeting-app-quickbooks-online/73854/2 "2024-06-04T23:58:39Z")

</div>

> [@AbrahamGluck](#):
>
> My question is I will need to have the QB data in Glide. How should I approach this? Should I simply use Glide tables and use Make to send in new records to Glide as needed from all QBs needed

This is exactly what I did for an app months ago. Basically two-way syncing, everytime users add/edit/delete on one side, I use Make to trigger the same “action” on the other side. It’s not pretty, but it is what it is.

I have no idea how Skyvia works, but if you can somehow get QB data synced two-way with a SQL source, you can use that SQL source in Glide.

---

<div class="post-metadata">

### Author: ![AbrahamGluck](https://avatars.discourse-cdn.com/v4/letter/a/96bed5/32.png) [@AbrahamGluck](https://community.glideapps.com/u/AbrahamGluck)
#### Post date: [June 5, 2024, 2:37am UTC](https://community.glideapps.com/t/budgeting-app-quickbooks-online/73854/3 "2024-06-05T02:37:39Z")

</div>

Ok I think to call with API every time can be overwhelming because it’s a busy books and updates happens to often

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [December 12, 2025, 2:56pm UTC](https://community.glideapps.com/t/budgeting-app-quickbooks-online/73854/4 "2025-12-12T14:56:07Z")

</div>


