Hi, I hope you are doing well. I was wondering if you (or anyone) could help me with trying to sequentially change the property of all components in a screen. I have a demo screen below:
Basically, what I would like to occur is when you click a text item in the list viewer, that item will become the text of the first text input and then you click again, the text item will become the text of the second text input and so on.
I understand that this will probably need to use the ‘any component’ function however, I have not had much success if finding a solution. What I currently have is as follows:
@muneer
Yes, I would like the text item to populate the first available text input, however, I plan to not have the number of text items equal to the the text fields as I want the user to select one list item for more than one fields. Does that help?