cancel
Showing results for 
Search instead for 
Did you mean: 

Passing a collection start parameter via command line

NicholasZejdlik
Level 9
One can pass a start parameter via /startp on automatec.exe, such as /startp "<input name='foo' type='text' value='bar' />". How does one pass a collection with this method?
1 BEST ANSWER

Helpful Answers

John__Carter
Staff
Staff
AutomateC /run "Process1" /user "My User" MyPassword /startp "<inputs><input name='My Input' type='collection'><row><field name='Field1' type='text' value='ABC' /><field name='Field2' type='number' value='123' /></row></input></inputs>"

View answer in original post

1 REPLY 1

John__Carter
Staff
Staff
AutomateC /run "Process1" /user "My User" MyPassword /startp "<inputs><input name='My Input' type='collection'><row><field name='Field1' type='text' value='ABC' /><field name='Field2' type='number' value='123' /></row></input></inputs>"