[Solved] How to change a data viewer list items title?

I have this data viewer list and I’m trying to make an item that was clicked change the text of its title.

Here’s what I tried:

I’m trying to reference the most recently clicked item by assigning it to the variable “currentClickedBtn”. Then, when the recently clicked item’s title, will change to “complete!”
but right now nothing happens, and I’m not sure what I did wrong.

Please let me know if I should Include more information!

1 Like

I created this sample app that works fine in the web but not in the mobile test app

Color Change of Selected row

This could give you an idea of what you need to do.

1 Like

Thanks!!