Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Thom
Thom

Posted on

     

Input forms challenge from rpachallenge.com with ServiceNow RPA

Out of fun I tried myself at therpachallenge.com 'Input From' challenge (first one).

The challenge is to fill out a web form with data from an excel. The twist is, that every time you submit the form, the position of the field on the form change.

To bypass that problem we just need to identify the input tag with another attribute ng-reflect-name.

Image description

The hole bot process is pretty simple, open the excel and then make a loop from row two to eleven and get all the row value with the 'GetRowValues' action. To fill out the fields we have a method on the chrome connector called 'SetFields' where we can set all the input fields from the excel. Last step is to use the click method on the submit button, thats it.

Image description

Top comments(2)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss
CollapseExpand
 
jayantrajwani profile image
Jayant rajwani
  • Joined

Awesome!! Just one thing the end component should be connected to the control out port of the loop rather than after submit click.

CollapseExpand
 
23thom profile image
Thom
ServiceNow Certified Technical Architect
  • Location
    Switzerland
  • Joined

Thanks for the hint! Going to change that :)

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

ServiceNow Certified Technical Architect
  • Location
    Switzerland
  • Joined

More fromThom

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp