I’m trying to allow users to upload one picture with each entry. But when i went to make a form with the image upload, it will only “create” instead of the “update” options. I do have the right available data, but i feel the form doesn’t allow not creating. so curious how the image upload works
What I’m trying to do is have the user click an icon, and that brings up the option from the device to upload a pic, vs having to go to another screen to do it.
Is this possible?
If not, then how would I allow a user to upload an image but as an update vs creating a whole new entry?
I’m wanting the user to click this icon and their device will ask for a picture. Vs going to another screen. Just curious if that’s possible yet and how to do it?
but also if not then how to update an image to a user entry vs creating new.
To do update, you need to have available data, which comes from list, so whenever we have link action of the component inside the list, the linked screen will get available data, and if we use form, it can show update option.
The exception is when we update logged in user, it is available everywhere on the screens. (after login)