I wanted to know if Javascript works in the WebViewer of the Thunkable X Platform. It doesn´t look like it works because I get the error 101 when trying to use javascript.
I wanted to use Taifun´s Tutorial how to inject text into the website and click a button using Javascript because it is, as far as I know, the only option to encrypt/decrypt text with AES in the Thunkable X Platform.
Is there a way to generate an Object ID (similar to UUID) from within x.Thunkable for use with a POST API call to a MongoDB (_id)?
I know that if the _id is NOT present, Mongo creates one for me, but I need this _id to continue with a PUT statement.