I have a database that holds pictures in an “image” type field. I am uploading new images via media manager code and need to also update the image in the database with the new upload URL. Every time I pass this url to a wixData.update() function, it returns with “undefined” file upload error. Is this because it’s trying to pass a URL into an “image” field? Do I have to convert the field to URL? (This is something I’d prefer not to do). Any help understanding how to make this possible is appreciated!
Bumping for help