Javascript and Backendless

Hi,

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?

Thanks.

Hello @George_Thyparampil

We will be happy to assist you. I need to ask you a few more questions so I can understand the question better.

You talking about Backendless SDK for JavaScript?

Perhaps the documentation on how to get started with Backendless SDK for JavaScript will be useful to you:
Quick Start Guide
Client-side Setup
and about Codeless:
What is Codeless?
How it works

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.