Does airtable even support images inside rich text? From my information it does NOT.
but even if they do, it sounds weird, if you are using an api key, images should be provided, need to investigate why you are seeing what you are seeing
maybe its because the api response is cached and image urls get outdated because they rotate their image ids?
can you compare the image url for the exact same image, between the times when it worked, then when it stopped working, refetching the api call and making it work again, and getting the url and comparing the 2 image urls
if they changed for the same image ...
i can store html in airtable cell and map it to webstudio embed html
in this way i have to set img src as url, not a some kind of variable depeneded to airtable field
so you are writing html in airtable text field, then writing image tag inside that html and src pointing to airtable image?
that is the point. i can not set airtable image as src
have no any variable for this, and their urls is expiring
that's airtable limitation, its literally not having the feature of using images inside rich text
there isn't much you can do about it imho
I would reach out to baserow ask if they would want to add this
they currently have the same problem
can i store images on the Webstudio side?
you can't link them from external rich text
or at least you shouldn't
what are you building? sounds like you are using the wrong tool for the job
im just interested in your product. thinking about move from webflow. images inside rich texts is the last barrier
I understand, but airtable might be the wrong tool here
what are you building exactly?
looking for low code stack, that will be more powerful than webflow.
mb i can store all images for rich text in attachment field and just map them in rich text by special tags. So i can get all data in one api call and path the rich limitation.
just need to populate them on webstudio side
so you want one generic cms for any use cases, not per use case?
if you want something generic, maybe you should look into strapi and similar