Hello community,
I have been trying to fix a particular problem for the past three days and i haven’t been able to fix it. I’ll explain each blocks in details so as to get my precised solution.
Block number one
What happen is that i created a variable called Index variable, so what i want to achieve is that in this variable i want all index to be stored here. I get all my data from airtable.
Block number two
In this block i want to get the index of that particular item and store the index in the variable called index, now after storing the index in this variable Block number three will be called
. This blocks are self explanatory. i just want to point out my problem.
Block number four
This is where my problem comes in
Now for instance i have 1,2,5,6,7,8 indexes stored in the global index, i want to get the data of the indexes to show in my app. so i used for each number in list to perform this task. when i test rune it did work but it keeps multiplying itself instead of getting only the values of indexes 1,2,5,6,7,8.
What can i do to get this right.
I created a topic similar to thhis I need help on how to get the last index of reoccurring item