If the category exists it is not added

Firstly you should have a custom form, follow @Darren_Murphy 's instructions in that thread.

Assuming you store your category name in a “Category Input” variable:

  • Create a relation from “Category Input” to the list of existing categories.
  • Show an error message when relation is not empty (meaning that’s a duplicate).
  • Only allow adding when “Category Input” is not empty and relation is empty.
2 Likes