I need to upload a picture in my airtable spreadsheets database. How can I do it? Ps: I’m on Xthunkable cross platform
1 Like
You can do this in an AirTable environment.
Can you please give me the blocks to do it
If you want to upload images from your application, then in AirTable you save a link to it, and the image itself can be saved to the repository using MediaDB. An example of blocks with MediaDB is by reference.
https://docs.thunkable.com/thunkable-cross-platform/2-create/components/data-storage/media-db
In these blocks, you need to replace the Realtime_DB1.Save block with the Spreadsheet.SetCell block.
If you do not succeed, tomorrow I will set an example.
Thank you it worked
Here is more information on this topic