I'm trying to use the Browser's Execute JavaScript action to set a text object to a result string from a JavaScript find and replace operation. Here's what I'm putting in the expression:
Browser.ExecJS(TextInput.Text&"replaceAll(""' ', '+')")
When I preview the project, the Text object just says "0". Any help?