Uploaded Images and URLs
Hey guys , i retrieve image urls from a api and storing them in a array variable . now i upload a new image with the fileupload and i want to append this image to the variable to display it along the other images and send it to a api in the last stept . how can i do this ? the api images are in the form of urls , the fileupload is just data . . in wized i used a complicated workaround using claudinary as a "host " before sending data to airtable . (In the Image you see the "old " data from the api call , and when you upload new images the need to be apended ) β 1FYI : i watched this tutorial from @NoCode ProCode https://www.youtube.com/watch?v=7LI8v_oSrrI but my situation differs a bit from the video i think . You would just render then as a list on the onChange event that will give you the file data . This allows to remove items etc and the you would just send the files from the array to the backend . Using a temporary host may be a good solution as for example uploadcare swears on this solution with temporary file storage . @NoCode ProCode thank you for the answer ! okay so i need to find a way to build this flow for each uploaded image in the multiupload : get file - > send to hoster - > wait for url - > append url to array and once the user submits the new images array everything gets send to airtable as override Doing this in Xano would be easier but with Airtable you have limited options π2