How to renew data from URL csv database?

How to renew data from URL csv database ?

Use Update database action:
image

I want reload csv on startup app.
CSV not reloaded by default
checkbox checked image
I dont need buttons

“Update database” dont update text in text component.
image

It’s known bug. It will be fixed in the upcoming version.

Here is the workaround:

  1. Disable Update on statup
    image
  2. Add action (Text 5 in your project):
    image
  3. Add action (Text 5 in your project):
    image

Paste this code:

var rowId = target.dbRowId
target.scriptAdaptor.actionSetDatabaseRowId(0)
target.scriptAdaptor.actionSetDatabaseRowId(rowId)
1 Like

It’s work fine//

Code very strange ))

Hi,

is there an action to update all databases in a project after the project is loaded (my current settings = store locally, update on startup).

Wim

2025-03-19_11-29-47

Thanks for the screenshot.

In my project, I have several text-widgets, linked to 3 tabs from a Google Sheet.
So in Flipabit, there are 3 databases.

Do I have to add 3 new (hidden) tables and add the action from the screenshot for each table?

Не важно Вы можете создать связь с БД с помощью любого компонента
It doesn’t matter You can create a connection to the database using any component

thanks for helping.

Wim


Back to Flipabit >
Copyright © 2018. Flipabit Team. All rights reserved.