Quotes in WebForm text

Discuss RoboTask here
Post Reply
historian
Posts: 2
Joined: Tue Jun 12, 2012 10:58 pm

Quotes in WebForm text

Post by historian »

So I've got a list of keywords to put in to webform, however when I loop through the list if the keyword(s) if there is a space it adds quotes.
For example: If the variable is 'Bob Barker' the form is populated with "Bob Barker" with the quotes. However if it is just 'Bob' then it is Bob with no quotes.
How do I clear those quotes?
Last edited by historian on Wed Jun 13, 2012 3:05 am, edited 1 time in total.
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Quotes in WebForm text

Post by Oleg »

Send me your task please. It seems the problem is in it.
historian
Posts: 2
Joined: Tue Jun 12, 2012 10:58 pm

Quotes in WebForm text

Post by historian »

;*****************************
;* RoboTask Task file
;* Do not edit in text editor!
;*****************************
 
[Root]
ActionAfterRun=INTEGER|0
Actions=FOLDER
Automat=INTEGER|-1
CatID=INTEGER|0
Comment=STRINGLIST
ContinueOnError=INTEGER|0
ExternalName=STRING|"Task1"
Hide=INTEGER|0
ID=INTEGER|266310893
LogOnAsUser=INTEGER|1
Name=STRING|"Keyword import"
OnErrorTaskID=INTEGER|0
Priority=INTEGER|3
RunOnClose=INTEGER|0
RunOnStartup=INTEGER|0
ToLog=INTEGER|3
WriteGeneralLog=INTEGER|0
[Actions]
Action1=FOLDER
Action2=FOLDER
Action3=FOLDER
[Actions\Action1]
ActionID=STRING|"A_LOOP_TEXT"
Enabled=INTEGER|-1
Name=STRING|"Text Loop"
Params=FOLDER
[Actions\Action1\Params]
destvar=STRING|"{KEYWORD}"
line0=STRING|"Agile Development"
line1=STRING|"Analysis"
linecount=STRING|"2"
sourcetext=STRING|"1"
[Actions\Action2]
ActionID=STRING|"A_WD_FILLFORM"
Enabled=INTEGER|-1
Name=STRING|"Fill Web Form"
Params=FOLDER
[Actions\Action2\Params]
address=STRING|"https://192.168.1.22/admin/content/taxonomy/41/add/term"
autodownload=STRING|"0"
autologon=STRING|"0"
form=STRING|"0"
keep=STRING|"0"
overwrite=STRING|"0"
param0000=STRING|"edit-name,0,Edit,{KEYWORD}"
paramscount=STRING|"1"
submit=STRING|"1"
[Actions\Action3]
ActionID=STRING|"A_LOOP_END"
Enabled=INTEGER|-1
Name=STRING|"End Loop"
Last edited by historian on Wed Jun 13, 2012 11:50 pm, edited 1 time in total.
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Quotes in WebForm text

Post by Oleg »

Thank you. we'll investigate the problem.
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Quotes in WebForm text

Post by Oleg »

Unfortunately it was a bug.
We have fixed it now.
Download and install this patch please.
Post Reply