Image onclick

0
Hi All,             Im working on a food app  where im showing my food images on a over view page like below. Now if  i click the image i want to show the image and the related  food details in a new page.How to implement it??In the onclik of image if i’m putting a edit page the associated image is not coming?
asked
1 answers
0

on click on image call a MF in microflow create a object 

in create object activity set refresh in client yes

click on new and select the member – here select your association 

in value fields you will get image entity object put that in value 

then show the Edit  page (pass the object)

make sure MF should have image entity parameter.

answered