9 questions
0
votes
0
answers
202
views
Connect Budibase to SQL Server?
I have been trying to connect Budibase to SQL Server but all in vain. I have enabled the SQL Server Browser and SQL Server (SQLEXPRESS), however, I have failed to enable the SQL Server Agent (...
0
votes
0
answers
69
views
Budibase chart not populating data from JSON based data provider
I'm currently trying to populate an analytics chat from a data source in budibase.
The datasource produces output that looks like so:
{"enabled":8,"disabled":1,"total":9}
...
0
votes
0
answers
88
views
pars JSON in Budibase
may data structure is weird and I don't have access to change it server side. I have a table with different columns. This table has a column with the name of the store and some of my data are stored ...
1
vote
2
answers
139
views
How can Firebase Auth users sign in to Budibase?
We are developing an internal app using Budibase, that interacts with a REST API that expects a Firebase Authentication token in the authorization header.
Budibase allows us to set this header for ...
0
votes
1
answer
315
views
Connect Local SQL Database to Budibase
I have a SQL Server database on my machine that I use with Microsoft SQL Server Management Studio (using Windows auth). I want to connect this database to BudiBase. It asks for Host, Port, User, and ...
1
vote
2
answers
608
views
BudiBase request returns different results in JSON and Raw
I have been developing against a REST API for a private vendor, and haven't had issues with it prior. I'm attempting to streamline a workflow prototype in BudiBase, and in BudiBase the API is behaving ...
0
votes
1
answer
336
views
Options Picker Placeholder is null Budibase
The following logic. A person searches for a product number. The product number has different attributes, for example location. You are able to change the location of the product number with an ...
1
vote
0
answers
497
views
I had my Docker Desktop installed but an error occurred when I run "docker-compose up"
I'm running Docker Desktop on Linux, when I tried to run "docker-compose up" in my terminal to self host Budibase according to this Docker Compose Documentation, an error occurred, which ...
1
vote
0
answers
465
views
How to fatch relations from SupabaseBD on budibase app?
I create a DB(Supabase) and then I made tables on Supabase PostgreSQL DB and build their relations. Now we connect DB to budibase app.
Now we get data from DB but when we fetch data from DB. It ...