I'm building a user profile page, and I have an image widget to present the user's avatar (coming from the backend url) this being an Image Path type.
I have a button next to it that when pressed will prompt the user to send an image, when sending this image it should be loaded in this widget with type Network (Image Path), but it seems that I can't associate this type of value.
This should be possible?!, if not, how could I proceed with this idea? Use a Conditional Builder and present the image with Image Path before it press the upload button and when sending show the image widget with upload media type?