Hi,
I have two questions regarding the image picker:
I have created a list called ‘memories’ where a user can upload a stream of images.
I want the user to be able to ‘edit image’. The only way to do this seems to be to take them to a new page with an image picker component, and then push the data of the new image using an action button that is linked to ‘update’ the memory. I am showing them the old photo, and the new photo they will be replacing it with once they click ‘update’.
My issue here is that I only want it to update if an image has been uploaded to the image picker. Otherwise, it will just update the image with zero data.
It makes sense to therefore to say that the update action will only happen ‘sometimes’.
I have attached of the screen here:
Then with the update button, here is the logic:
What do I need to say it is equal to, to say that it only gets updated if a new image has been uploaded?
Is there a way to change the style of the image picker? So that it is a button rather than a photo field?
Thank you for taking the time to read this.