However, when I try to populate the URL text field using “Magic Text”, it only shows me numbers from my collections. For example, this is my Outfit Collect, which only shows counts, which is a “Numbers” type. In fact, All of the collections only give me the option to select “Count”.
Could you take a screenshot of the success message after testing the custom action so we can see if any magic text was returned in the response? It should say something like “Test Successful”.
That does bring up a good point, since I want to take data FROM the Collections TO the http request (which is what I’m trying to do now), as well as FROM the request response TO the Collections (which it sounds like what ADD ITEM is for).
Well, I want to upload images from Adalo (sending the URL that Adalo uses during the file/image upload to store the image) to an S3 bucket by sending that URL to an AWS Lambda function, which stores that to an S3 bucket. I know there are 3rd party services that could do that, but I wanted to first try to use this since it doesn’t require 3rd party services.
For example, the URL that Adalo has used to store one of our images begins with: https://adalo-uploads.imgix.net/… I would like to send something like that, so that the Lambda function can read the image.
Yes, that’s right. When we upload an outfit to the Outfit Collection, we save the URL to the image that Adalo uses to store the image. Then, we send that URL to AWS Lambda. So, there is a URL Text field in the Outfit Collection.
Basically, you would want to have list of urls in the “outfits” collection, then make the API request on the list click actions. Then, for the magic text in the custom action, you should see a “current outfits” fly out.