Many to One Connection Help filtering

I’ve been trying to filter a many to one connection. Anyone the clicks on the bookmark is added to a bookmark with the associated job. Now i’m trying to figure out how to restrict users clicking a bookmark after already being added. I don’t want a user to bookmark multiple times and it being added to the database. I want them to be able to click to add and click to remove bookmark. I tried with the most reasonable logic I can think of but I am getting an error for some odd reason. Any ideas.

Hi @recker249, how are you?

I hope I am understanding what it is you are trying to do.

From what I can see, you would want to put your conditional login on the workflow itself and not on the actions within the workflow. So for example, you would have one conditional on the workflow that runs if the bookmarks = yes, that would then remove or delete it. Then you would have a second workflow with the conditional that runs if the bookmarks = no, that would add or create it.

Does that make sense?

I tried that as well. I am still getting an error.

the condition for the workflow doesn’t seem right, it should be search for bookmarks:count is 0. what would stop the workflow from running otherwise? I’m a little confused. no error shows on your condition now?

Yeah. As @hanan1 suggested. The workflow needs something that does count or I would typically do ‘first item is empty’.

You also need to change it to ‘Users contains current user’ to make it work. :blush:

Dont you want to be able to ad a bookmark on click if there is no bookmark, then remove the bookmark on click if there is a bookmark?

I am happy to jump in and have a look over it for you

I would really appreciate it pattokane. I already connected the one to many connection with the left bookmark icon. I want to connect a many to one connection with the right bookmark. Let me know if you are able to view it.

My apologies, I don’t have paid plan for this site. So you can’t preview in dev mode.

How would I be able to go about what you just said.

Add my agency account as a collaborator mate and i can take a look in a few hours

Info@nocodecreations.com.au

Hi, Pattokane. I was able to solve the problem, thank you for everything!

1 Like

Awesome buddy :slight_smile:

What was the answer?