Image uploader function > Onclick event IMG viewer

0
 Hi All, I think I have a simple question here, but somehow I can't get it done. I created user avatars based on the: Image Viewer widget. And I want to create an on click event so I be able to change the avatar (Browse functionality of the Image Uploader). I assume this can be done by a microflow, but I can't figure out how to do this. Anyone can help me out? :) regards, Rick          
asked
1 answers
1

Hey Rick,

You can select the onclick action of the image viewer and set it to 'Call a microflow':

Then inside the microflow you can see the image object is given as a parameter, which you can send to an edit page:

Inside that page, you can implement the image uploader functionality. You can give this page a popup layout.

Kind regards,

Bas.

answered