Hello,
I’m trying to clean a custom list with toggles with a button but haven’t find a solution yet. I would like it to occur on the same page.
It’s a list of colors and every time a toggle is checked it’s create a relationship with the logged-in-user. On the other side, I would like to click a button (that is not in the list) to clean up all the relationships between it.
I’ve tried to create that clean button with a true or false parameter called “Couleur ?” that turn it into false.
I set the Additional actions only when toggle is turned ON that remove logged-in-user from users of current color if “Couleur” is false. It didn’t work.
Has anyone any idea how to proceed ?
Thanks a lot