I have to get the invoice number from the end of the %(ForEachEntry_CurrentEntry_Path) to mark an existing invoice document. We are working on separating this into easier to access variables, however, we need to validate and update all database entries in order to do so, i need to query using the filename (which I have) and the invoice ID (the bolded 6 digit number on the end of the string below) - this number varies in length from group to group.
\Corporation Counsel\Open\2019\0000 - 0099\2019-0015 - Internal Assignment DevGovCloud Testing for\Invoice - O'Malley & Thames - 987654
I am thinking of using a pattern matching process or the token calculator (split function?) but have had little luck so far. Any insight is appreciated.