Hello everyone!
In this video:https://www.youtube.com/watch?v=AV59DqhJa38
Anders is extracting different values from an email using regex and storing them to a variable and writing it in an excel file. Specifically the case ID number using regex. Following this exact video, how would you go about doing the exact same thing but in this case it could be several case IDs in the same email that needs to be extracted. When i followed his video i tried doing the same thing but adding more case IDs in the same email but it never extracts anything past the first one. I want it to be able to extract every case ID no matter how many there are. could be 1 or it could be 10. What needs to be changed in what he does to make this possible?