Hi @CharlesBrewer
Try any of appraoches which i am suggesting below 🙂
1st way: using data scrapping option to scrape the text and its associated link (of the ID column )
Use data scrapping to to take the details of ID column, its text and corresponding URL and then loop through the datatable obtained from it and use go to webpage to go to the specific url of that specific ID and then perform operations regarding the ID and then use go to webpage again to go back.

2nd Way
For the selector case which we have discussed , selector should be placed like this

here text variable should be the variable from PAD which holds the value of ID name like RA-170973 like that.
If you have list of all ID names, you can loop through it and then assign it to text variable and make the bot to click on it 🙂

here List1 is initialized for temp purposes, but in your scenarionyou can use extract data from webpage action to extract the ID names.
Hope this helps
Mark it as solution if it resolves your query