Attached is the screenshot whereby I am trying to loop through multiple rows of excel data to auto fill in the different data. The correct indicator for “TURKEY_MEMO_GRP” should be under Context Value. However, after the first iteration, the indicator went to the To Date field. How can I solve this?
hey @attkren1 ,
Use anchors after targetting the element
Make it specific by using more anchors.
Also while selecting the target, click the option as “Ignore text” in the selector panel
It is going to wrong field because it is confused which field to choose
In that the elements names are same for both fields that’s why it was going to another field.
When you are indicating the element make sure to give the anchor to context value. While you are indicating there is a selector option window check the strict selectors and uncheck the fuzzy selector and image.
there is only 1. I screenshotted 2 pictures to show that selecting “TURKEY_MEMO_GRP” in the first picture (1st iteration) will work. Subsequently, the position of “TURKEY_MEMO_GRP” (previously) will take take the position of “To Date”, which is why this is happening. Do you have any solution for this?
@attkren1 - Can you indicate the Context value both at the top and the bottom, copy those selectors to notepad, there should be something unique element that differentiates both the Context value element. Can you try this way and check
The difference is the the name, tableRow and tableCol.
Right side is for the top while left side is for the bottom one.
Tried to copy the right side into the window selector of Type Into activity but the same issue happen during the 3rd iteration.
Still cannot… With this new change, it only works for the 1st iteration. The issue is back due to positioning i feel, the webpage does not seem to look out for the anchor but rather the position of the input fields. The reason why “TURKEY_MEMO_GRP” is keyed into To Date field is because,
when the structure details are shared completely and also about its variations (1,2,3…iterations) and the neighbourhood (checking for labels using as anchors)
when we also have a chance to know what was done
We assume that all relevant courses within the UiPath Academy to this topic were already checked and practiced