I’m using the AWS uploader and it’s working without issue to post the images to S3 and to populate the Fileuploader A object. However, Fileuploader A is not an option to pass to Schedule API on a List workflow. I can pass the list of Filenames or the list or URLs to an API, but there is no relationship that can be extracted to the API. For example, if I pass the list of filenames and the list of URLs I don’t find a way to save the related URL and filename to the same record.
Ultimately, I simply want to save the batch of uploaded images to an “Uploaded Images” data type of filename, URL, filesize.
I’ve tried the S3Objects method to get the list of what has been uploaded, but again, it seems that I can only process the list of filenames or the list of URLs without a relationship.
The demo doesn’t show how to actually process the list to the backend. It only shows the population of the page objects.
I’ve tried several list processing plugins, but no difference. All seem to process a single item list (instead of the array of filename, URL, filesize, etc)
How do I process the result to commit the filename, URL, filesize for the current batch of uploaded images?