Hi All,
I currently have an Image field that is set to populate when a user uploads an image using the media upload widget. However, I would like for this image to be pre-populated with the corresponding, pre-existing Supabase row field rather than setting it as a static URL link.
In the above, photo_url is populated from the widget, but I would like the default variable to be set as the pre-existing photo Supabase row field already in the user's row. How can this be done?