Very good
I need your expert help. It is a problem, apparently simple, but that I cannot solve.
The problem is to pass 3 lists of several elements each one of them to a second screen. In which I receive the three lists, but with a single element.
To explain myself better …
On Screen 1. Through this process, I go through three lists of three items.
List 1: 1,2,3
List 2: Mario, Javier Sonia
List 3: Apple, Pear, Banana
In the second screen, I receive the three lists but with only one item each.
List 1: One element (1 2 3)
List 2: An element (Mario Javier Sonia)
List 3: One item (Manza Pear Banana)
How can I solve the problem to be able to receive 3 lists of three elements on the second page?
Thank you
Yoir blocks are not in English… hard to see what you have tried. The best way,
Open another screen (savreen name)
Value (make a list - list1
list 2 list 3
And in the target screen use select list item list (get start value ) index (use index place of the list say 1 r 2 r 3)
Anu
(Anu)
September 8, 2021, 3:20pm
#3
Condition 1 Blocks
Label 1 Text =1
Label 2 Text =Mario
Label 3 Text =Apple
Condition 2 Blocks
Label 1 Text =2
Label 2 Text =Javier
Label 3 Text =Pear
Condition 3 Blocks
Label 1 Text =3
Label 2 Text = Sonia
Label 3 Text = Banana
Condition 4 Blocks
Label 1 Text =1
Label 2 Text = Sonia
Label 3 Text = Pear
Summary :-
1 Like
system
(system)
closed
December 3, 2021, 10:05am
#4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.