Send Uploaded Local Files List to API / Problem with multiple files upload with external API, only one image sent instead of list

Actions & Logic

Hello I'm struggling hard with a maybe basic requirement:

  1. I have an upload button with upload action, users chan choose multiple files

  2. i show the locally uploaded files in a gallery which works fine

  3. i want then to send this list of uploaded local files to an external API. however only one (the first image in list) is sent, and not the whole list

    altough i configured as well the API itself as also the Endpoint in Flutter to be a list i can't make it work and i don't understand why only one image is sent, as i'm using the exact same variable also to show the images on the page.

    anybody has the same issue or knows a solution?
    Please see this walkthrough video for all the details:
    https://jam.dev/c/7c97bc33-e13e-4b38-a6ce-df93bf84d342

What have you tried so far?
Did you check FlutterFlow's Documentation for this topic?
Yes
6
5 replies