I don’t know if I did it right, because I’m new to thunkable, but here is the function I tried to create to start a search.
The goal is to display only the last value of each row that has the same number.
This is the complete result of the database. I want to combine results that contain the same number, leaving only the last result of each number. Here are three numbers, two of which are repeated, so of these two I only want their last result. I hope I explained it correctly.
If you want last value from the list then you may need to modify the blocks… the block in that thread will store first value from the list… but the central idea remains the same.
I tried to apply this logic in my context. I hope I’m correct. But I don’t know how to display this result in the dataviewer, because I need to get the data referring to the number saved in the database.