Hi,
I am trying to access a particular label in a list item, but I am not sure how to do this. The results of a query are being mapped to this list item (i.e. iterated list). After this, I want to update a particular label, but am not sure how to access it. Using Appery('name_of_label').text('updated_text') updates ALL of the labels with that name.
Just an example of what I'm trying to do: if the list is called "list1" and the labels are "label1", "label2", and "label3", I am trying to update "label3" in the fourth list item (i.e. iteration) of "list1". How would I go about this?
Thanks so much!
Homan