Mobile: Action Sheet Action, Control Query pass parameter

Hi folks,
playing around with the mobile apps and have the challenge of executing an existing control query with the selected item only.

I have a collectionView1 Container with multiple items and an Action Switch.
If the switch is pressed, an Action Sheet pops up with 3 options.

For each of the action items, the "UpdateData" query is the same, but how can i pass the id of the selected item in the list view, so that only the certain list item will be subject to the update?