I’m having problems with circular entry, and the dynamic selectors I’ve encountered before are all sequential. Today I came across a selector that does it in an odd order. My process proceeded to the traversal step and an error occurred. I took a screenshot of both my process and the selector as shown in the image.
I don’t know exactly what is wrong, can you help me to solve this problem? Thank you very much!
@Uddynitjh That means for the first field the selector was working fine. From the next field the selector was changing. Can you please show the complete selector of the second field (without any variables in the selector)
@Uddynitjh Loop entry mean is the bot not going to next field? If that is the case you should increment the value once the processing of first field is done
YourVariable = YourVariable + 1
Were you using for each or while loop to go through each field ?
I am needing to fill in the data sequentially into the input box where the variable fields below are located, but it only enters in the top input box and does not jump to the variable field input box below.I changed it to variable=variable+1, but it still has this result.