I have 2 workflows on a sheet, and they are mutually exclusive. In other words, they both have a filter at the trigger level, so when new rows are added one should run (one condition is met) and not the other (as the condition is NOT met)
For some reasons, I am getting the last message of workflow B (which should NOT run), while workflow A runs correctly...