I could not find this in forum after some reading, so I hope to find a solution here in my topic.
If I use Get Column, is it then possible to separate the values based on the text and then Get Rows based on the value?
I have a shoppingcart with different stores, when the data is uploaded the user choose what store it’s supposed to be bought in. Thereafter I want the data to be placed within the List View for that store.
I hope you understand what I try to do
Here’s my Spreadsheet:
So when getting data I want all rows with Value “Clas Ohlson” from Column “Butikk” to be listed in List View named ClasOhlson and so on.
For now I just get all data and places it into 1 List View, but I want to make 5 List of stores.
Any feedback/help would be awesome
This is the blocks I use to get all data, maybe I can just use that for the separation?
I have absolutely NO idea how to do this, I’ve tried now a few ways with getting all rows, but it’s not working. I’ve been playing around by changing the Total rows, Get item and Global variables.
You can try this example to create a list of all filtered products. Also, to avoid reading each column in a spreadsheet you can work with JSON and do the same as in the example vudeo.
True, I could do that, that’s the way I did my previous project when I used Thunkable, but I don’t like JSON that much But I’ll give it a try and see how it works
If anyone have an idea or example to show for me to continue the way I do now, please share it
it is not a list. a list is composed for example like this: a,b,1,2,3.
give me some time to analyze your blocks
you have considered firebase. it has a tag structure and it is easier to do a search because you don’t have to download the whole database to perform the offline search. the search takes place in the cloud and you have no problems on low-end terminals