In SAP I have to select a specific XML document that has to be read in. If I click on the blue circled field, the corresponding folder opens, where I need to choose the specific xml-file from.
Now I want to select the yellow IBAN number first (double click) and then read it in and then the blue one. How can I implement this in UiPath? The two IBAN come from an Excel File (see below)
Means: Select the xml file in the folder from Company ABC with IBAN NL38RAB07774382046 from the Excel file.
For each activity: For each item in arrayFiles Item
3.1 Find matching Patterns → I get the IBAN Number from the file path
How can I save each IBAN from the arrayFiles now and check for each IBAN in dt_IBAN, if the
the IBAN from the file path is contained in the dt_IBAN. And if it is contained in the file path, choose
the path.