Loading CZ and DE language data into the text list

Hello, I have 2 Collections (CZ and DE language). Both have a link to Text. When I set one text to CZ data, the other one is overwritten. There should be DE data there. What about that?


Are both detail screens sourced from the same table? Detail screen layouts are always linked to the source table. You may need to change one of your collection actions to ‘Show New Screen’ instead of ‘Show Detail Screen’.

Yes, they are from the same table. I’ll redo it. The second option is 1 mountaineering guide CZ and the second DE.
Thank you for the answer

1 Like

Thank you, great, it works. Too bad I have to upload photos that are the same to each table. The second table doesn’t see the data. :+1:

Oh, you only needed to change the action on one of your collections. You could keep everything in the same table, but by switching the action to ‘Show New Screen’ on one of the collections, you get a fresh detail screen that is independent from the other detail screen linked to the table. But since you went through the work, you are still fine with a separate table.

As for the images, you could just copy the url from one table to another so you don’t use double the storage to store two individual images. Just use the same url in both tables.

1 Like

Where to find the source URL of a photo?


Files and images are always stored separately from the data, but the url is stored in the table.

If you change the column type from image to text, you will see that it’s just a url and can change it there. You can also display any image column using a text component and you will see the url. It’s just text in the end, so if you treat an image column like a text column, then you can easily change the url.

1 Like

Oh, I have the column set as an image. Those are secret rooms for me.

You can change the column type to text.

1 Like

I did everything according to you. Everything works. You are super. Thank you.

I have a website https://www.svobodnilezci.com/ and I need an android application that is 100% offline. There is little signal in the forests. Only GPS.

Well, just be aware that Glide apps are not great for offline use.

1 Like

How is that? I have everything in the data and it is part of the app. I don’t have any download links. The maps are downloaded to my phone for offline use.

It’s a “web app”, so having a connection to the web is a big part of it.

Install the app on your phone, disconnected it from the internet, and try to open and use your app. You will see that it’s not great.

Just to clarify though, if you already have the app open and you lose your internet connection, it will still work, but only with the data and images that have been cached since the app was opened, which may or may not be everything. Also, when you are offline, you will be unable to edit any data as it becomes view only.

To je špatné. Musím tedy najít program, který lze vytvořit bez kodu a je offline

It should work Offline - FlutterFlow