-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unable to find table named #15193
Comments
Hi, |
Hi, Here's the workaround I used to solve this issue: I ended up recreating the entire database from scratch. However, I ran into another problem when trying to re-import the CSV files into my database using Budibase. To address this, I used this solution: I converted all "fk_" columns related to relationships into "arrays", as that is the format required to import relationships via CSV. I'm not sure why this isn't the default export format, and I couldn’t find an option to handle this directly. Here's what I did: 1 - I renamed the "fk_" columns in my CSV to match the names of the corresponding relationship columns. |
This should be resolved in the next release. |
Hi everyone,
I’m encountering an error on Budibase when creating an automation with a "Query row" and the table name contains multiple words. The error I get is: "Error: Unable to find table named 'Historique%2520anciennete%2520abo'".
The problem appeared when upgrading from version 2.32.11 to 3.2.29.
Does anyone have any ideas on how to resolve this issue?
Thank you in advance for your help!
{ "browser": { "language": "fr-FR", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36", "platform": "Win32", "vendor": "Google Inc." }, "server": { "budibaseVersion": "3.2.29", "hosting": "docker-compose", "nodeVersion": "v20.18.1", "platform": "linux", "cpuArch": "x64", "cpuCores": 32, "cpuInfo": "13th Gen Intel(R) Core(TM) i9-13900K", "totalMemory": "31.22834014892578GB", "uptime": "0 day(s), 6 hour(s), 50 minute(s)" } }
The text was updated successfully, but these errors were encountered: