Is there any way I can implement the “Javascript prompt” command in backendless? As in “let name=prompt(“What is your name?”)”
Also if someone could educate me on how to access a variable written in custom Javascript from backendless and vice versa. If I create a variable in backendless codeless logic, is there anyway I can access that variable from custom javascript?
You cannot directly from the SDK have access to the variable that is in the Codeless. But you can pass a variable to the Codeless method, or get the value of the variable as a result of the Codeless method.