How to fill the content into the specified field correctly?


In the learning course, I try to replicate the step according to the guidance, but I find the field in RPA Challenge page (https://www.rpachallenge.com/) will be changed once I press “submit” button. so the robot cannot fill the correct value into the spcified field.

For example, Screenshot 1, the first field is “Email” while we submit the first records, the page turn to be “Role in company” list in the first field.

Could you please help to advise how I can fill the value into “Email” for each records even the page has been adjusted after we submitted? Thanks in advance.

@felix.guan

Use anchor based activity to fill the fields. This is a website like selectors are getting change every time when submit button clicked.

Thanks @aanandsanraj

Actually, I have tried to add an anchor to discriminate between similar elements. I found the following action take works.

Unclick the flag under Image in the anchor selection. Thanks again.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.