I am sure I have seen this done many times but have searched to no avail.
I have two columns in airtable that I bring back into my app and want to place the values side by side in the list viewer. I know this will be simple but I just can’t see how! wasting so much time so thought I would ask!
Thanks for help, however I want to concatenate the name and the points rather than have them following on.so each item in the list would have the persons name and the corresponding points side by side I did try creating 3 new lists one for each column and then a 3rd for joining them together via a loop. but no joy!
Last in a loop that lasts while length of x is greater than 0, in list z add last as (join with text block) insert last as( get and remove first from list )with get and remove first from list y
@kartik14, I learned about that block when I made my first random shuffled study app. Using this block + the shuffle list block, I can shuffle a list of questions on screen open, and then work my way through one by one until all questions have been seen once.
This way you don’t have to use an incrementing variable to work your way through a list of items if you plan to use them all.
I am new to thunkable and I saw that you help a lot to the users. So thanks a lot.
I take the chance to ask something related to this post that I did not see anywhere. Do you know if it is possible to do the same with something similar to your example but separating the lists in two columns? I mean the “1,11”, “2, 12” , … that you have but
“1” “11”
“2” “12”
“3” “13”
and so on? and, would it be possible to add pictures instead of “1”, “2”, “3”?.