I'm brand new to OS, and started in the Mobile area. I was impressed with the logic flows I was able to create and, when needed, I loved being able to add the Javascript Widget, pass in and out parameters, and get work done.
Then I moved to the Web side and spent a day trying to figure out where the Javascript Wdiget was... and generally trying to call just a couple of lines of Javascript. It feels clunky, unsupported, and generally forgotten. To call a Javascript function with parameters I must do this...
"getRandomNumbers(" + inputNumbers.Id + "," + randomThree.Id + "); return false;"
I feel I've gone back 10 years. In some places I am forced to write Javascript all within quotes. How is that even possible to do? To test? And there's no Javascript syntax checking. No autocomplete. No picking OS Javascript functions.
I know this violates the low-code paradigm, and found that some users are quite militant about this, but sometimes a bit of Javascript is needed. Did you deliberately make this difficult to discourage it?
Please, please duplicate the Mobile Javascript Widget for the Web side. Add "Client Actions". Working in the Mobile side is lovely. Switch to Web and I feel like I've lost some very basic tools.
Thanks,
David