Hey Guys, I need help with my App. My plan is to portray each selected option in a ComboBox in a different text field, because I need the names (in my case) separated to make my attached flow work. The screenshots are from a test-app where I tried to do this, with a basic list of random names.
An example how it should look like: You select the names Sophia, Liam and Emma in the ComboBox. Following the name "Sophia" should occur in Label1, "Liam" in Label2 and "Emma" in Label3.
This should work in general, so that the first selection should always be in Label1, the second in Label2 ....
Thank you in advance for your help.😀