I'm parsing an email message. This message can contain multiple alert messages. I have found a way to split the html_to_text so I have each alert as a separate array element. However, the text I am splitting on is also earlier in the body so I end up not needing the first two array elements. If there is only one alert I need array element 3, if there are three I need elements 3, 4 & 5. Ultimately the array element data will be inserted into a sql server database.
I'm thinking I need to use an Apply To Each action. The problem is I don't know how many elements there will be, just that I need to skip the first two.
Any ideas how to skip the first two? Thanks!