@aeroengineerz7 I’m sorry, but apparently I just don’t understand what you are trying to do.
The code snippet that I posted was an example of how you can collect data from different Repeater items. Please realize that you can’t just “copy and paste” code and expect it to work. You need to understand what’s happening if you expect to be able to write code that does what you want.
You can use my example code and adapt it to your own needs. Use the Repeater’s forEachItem() function to loop through all of the repeater items, and “collect” the data along the way. After the data has been collected, you can then use it as you wish.