How to implement favourite feature

0
I’ve read multiple forums on how to implement the favourite feature but I am still unable to do it. I have made a “favourite” entity and have made associations (1-*) to favourite_user and favourite_location. Please help me in constructing the microflow to display a list of favourited locations.  
asked
1 answers
0

Hi Nur Izzan Bin Ahmad,

From my assumption, you can delete the favorite Entity and then create Another association from User to Location and name it as Favourite_Location_User. 

On the user page, you can keep a favorite button in the location list, and in your microflow, retrieve the current user and set the location. This Will work if the user has only one favorite Location. 

 

if You want multiple favorite locations, you can change the association from 1-* to *-* and in the change object activity, you need to select add option instead of the set option. 

 

Hope this gives you an idea to get started.

 

answered