By using ‘for each’ and RegEx matches i managed to find the three correct lab report emails. I need to store the three found adresses and corresponding values to use them later to fill in a report. This is how the first Adress+Values looks like:
What is the best way to do this? See my workflow below:
Thank you in advance!
Thank you very much for replying Yoichi, i’m very new to UIPath & VB expressions. I tried printing it out in a message box to understand your tip. How can i print this dictionary in a correct way?
@loveleet_Saini
Wohooo thank you Loveleet this works! This is the adress “NormAdres” how do i add/assign the corresponding values “NormWaarde” to this list?
It would look like:
“11100671 - Patrimoniumstraat Aalten Patrimoniumstraat 16 -18Z”, “700 200 100 >15000”
It’s lambda expression. In this case,iterate each match item of result of Matches activity as m. As a result, this will convert it to list of m.Value (match string).