Are you saying that you want to give the user an opportunity to review the image before it is saved?
This is easy to do with custom forms, but I’m not sure if it’s possible with native forms - maybe not, I’d need to test it.
With custom forms, all you need to do is:
- target the image picker at a User Specific Column
- add an image component to the same screen that also targets the same User Specific Column
Once the image is uploaded, it will be visible on the screen, and the user can choose to save it or take another photo.
Update: I’ve modified my custom forms concept app to demonstrate how this would work. The app is copyable.