Dear Power Community,
I need your support with galleries. I am migrating from another app platform to Power Apps and I am still struggling with it.
I have an app to help me memorize grammar/vocab. So I have a sharepoint list with the values and I always shuffle it.
I put the questions in a gallery element (1) and the answer outside (2). I see one card at a time.

Questions:
1) When I slide to the right and click on the item, it updates the answer:
Label text = Gallery5.Selected.Answer
But when I go to a new item, the old answer should be null (or a question mark). Is there a way to reset the text label on sliding?
On move next, set Label text to "?"
2) Can I know in which position/item of the array I am? For example: item 10 of 100. The total amount of items I could get with countA, but the actual item I couldn't.
3) The data in the gallery comes from a suffle function. The picture has a patch function and whenever I call this function, the gallery refreshes/updates and shuffles everything again. Can I control this behavior?
Thank you so much in advance!
Regards,
Ingrid