Let's now map theĀ screen input fields to the column data that we need to populate with.Ā We will use the HTML Tagindex property to locate the input fields and map them to their respective columns:
- To capture the tag index for a field, let's add the CaptureĀ action and indicate the label name for the Last NameĀ field.Ā In the Capture properties, chooseĀ Rpa Challenge - Internet ExplorerĀ for Window. Click on Capture and point to theĀ Last NameĀ labelĀ (note that we are indicating the label, not the input box):
- Within the Recorder properties, let's generalize the automation to work with the current column by setting HTML InnerTextĀ asĀ currentColumName. Let's also create a variable to store the HTML TagindexĀ value for the field. Let's call it htmlTagindex with anĀ AnyĀ type. Finally, selectĀ the Get Property action forĀ HTML TagIndex...