Set image from one entity to another

0
Hi, I am working on e-commerce application, there is a Product entity which is generalization of System.Image and clicking on it I need to store that in another entity named Wishlist. I am able to store all attribute fields by using microflow, except the image. How to store the image from Product to Wishlist entity? Please help.    
asked
2 answers
1

To avoid duplication, wouldn’t it be easier to just another association that allows you to associate the Product to the Wishlist?

If that isn’t possible, you can try using the DuplicateImageDocument action in the Community Commons module in the Marketplace. 

answered
0

Hi Arpita,

 

To copy the image, you can use the jave action DuplicateImageDocument from the CommunityCommons from the Appstore.

answered