Your comments

do you think that featured bot number #5 and #20 will have such difference in downloads statistics?

hi, sure, i can provide some more details:

1. Create user input node & assign its value into a variable "var1".

2. create url link message node like this: www.google.com?q={var1}

3. if you run the bot & end user enters a value with a space "nice house", then the URL will be generated as : "www.google.com?q=nicehouse"

however i would expect to be generated "www.google.com?q=nice%20house"