For setting the variable teststring, you’ll want to just use the set variable block and not the set app variable as those are made for dynamic variables. I was able to get your desired result by updating to the blocks below:
However, I am also curious about Cloudinary using http. This should not be, their share links all begin with https from what I can see. Can you share one of the links?
Regarding Cloudinary, I had the logic built without the replacement (as shown in the attachment) so that it would display the link that gets returned and it shows me the URL as http:// for some reason.
Upon searching, I found this article posted by them.
But maybe I’m doing something wrong. I’m a Newbie to all of this.
What I’m trying to do is to have the user take or select a picture which then gets sent to a Lambda function on an AWS API where I add the secret key to access yet another API. It works when I test it with sample data on AWS, but I need to get the connection to my app.Hopefully it will work now.