How to remove a favorite

I have created a favorite workflow. When the user clicks the heart on the listing it turns grey and the listing ID is added to the user’s database file.

My question, if they want to remove the listing from their favorites - how is this done?

Thank you for your help!

Hi there, @therlmobileapp… you can create another workflow event that is associated with clicking the heart, and that event would have a condition on it to run the event only when the favorited item is already in the user’s list. Oh, and the action in the event would simply remove the item from the list, of course. Make sense?

Best…
Mike

This topic was automatically closed after 70 days. New replies are no longer allowed.