Hey @BertrandG
I feel like it’s a bit hard to read, and to debug.
In your formula you are checking 2 different values (own_p_id and Project or Quote). Maybe splitting your condition in 2 would make this easier. You’d have 2 Multi-option split, the first one can check if it’s a quote or a project, then the second Multi-option split can check the other property.
Does that make sense?
Hi Jean-Philippe,
That was a good idea! I did what you suggested and it works. Thank you!
It seems the “is not null” condition in my multi-split doesn’t work; only = null works. I’m now only checking for “= null” and the other branch automatically is for “not null”.