Got an issue with WebRecorder & Using IE_FormFill.
I have a script that loads up a website & attempts to fill out the required form.
Problem is I want to be able to use a dialog & have the result.
When I run the script I get an error on line blah (basically this line: Let>FieldValue={"%Result%"})
It doesn't like the % signs being used. What else can I use to pass the variable.
Code: Select all
Input>Result,Message
Let>FrameName={""}
Let>FormName={""}
Let>FieldName={"Callersmsg"}
Let>FieldValue={"%Result%"}
IE_FormFill>%IE[3]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r