Im attempting to add data to a webform.
When I enter a part number into the search field, occasionally multiple variations of that part number appear in the results. I want to only add my data to the exact part number entered. My site has a search enhancement innate in the program where if you search for UNV21200 the results produce UNV21200 and UNV21200PLT, to give the user more options. But in my case, its not allowing my macro to run effectively. What iMacros code can I use that would search the results ( UNV21200, UINV21200PLT) for the same part number that created the search (UNV21200) and not select the part number that does not match exactly?