add default image via microflow

0
i have an entity associated to my Administration.Account entity that i want to use to handle user profile photos. when a new user is created, i'd like to add a default image stored in my images folder. how can i do this via microflow?    below are images of my entities
asked
1 answers
1

Although you could use the images from the image folder it is easier to create a setting entity with an association to ProfilePhoto and, create an editor for it, upload a default image. When a new user is created, retrieve the settings and the default ProfilePhoto and use CommunityCommons DuplicateImageDocument to copy the image to the ProfilePhoto of the account.

answered