I would like to filter this list if column C has the value of the label.
How to make?
I don't want to use filter bar, as the filter will be the login that will be in the label, as the user should only view the information referring to his login.
I managed to get the first result with the list filter, where a list is displayed only with items from index 3 that contain the same text as the label. But, when I select one of the deleted items and try to transfer to another screen, the data doesn't transfer. It doesn't seem to identify the same index to transfer to a new screen. regardless of the selected list item, the transferred data is the 1st item in the global table.
With this structure, how can I transfer the selected item data exactly to the next screen?