I need a validation that checks if a file with the same filename has already been uploaded.
Therefore: If the file name is found in a list, it should abort the workflow and show an error message “file already uploaded”.
Alternatively, you can also use the Breakpoint node where you can implement the condition for stopping within the workflow itself, and even customize the error message.
I put something together that looks like this:
And you can configure the node like this:
So, because I’m using the same data as yours, and “B” exists, so the workflow does not stop.
If I change the search item to Z for example, the joiner will not have anything, so the condition of “Empty table” will be true for the Breakpoint to stop the workflow: