To illustrate my dilemma as simply as possible:
I have a list of values ranging from 1-10 that I want to copy and store.
When I press Ctrl+V (or any paste execution), I want 1 to be displayed. When I press Ctrl+V again, I want 2 to be displayed. This continues until the end of the list.
For context, I have to assign users to a whole bunch of groups. Problem is that with our system, I can only paste and assign one group at a time, and some users can be assigned 200+ groups. I've been having to go to an Excel spreadsheet, copy an id, paste it into our system and add them to the user, go back to Excel and go to the next row and repeat the process. It would be great if I can stay in the system screen, have the groups stored in an array in the clipboard, and paste them one by one without having to go back and forth to Excel.
Thanks!