Fixes https://github.com/twentyhq/private-issues/issues/418 Currency filtering was not properly managed. Since this is a select, we were doing 'USD' == [USD]. Replacing by contains as for other select <img width="952" height="552" alt="Capture d’écran 2026-02-12 à 11 08 42" src="https://github.com/user-attachments/assets/6945f376-c62b-44a3-9d85-dfcb82f5c478" /> Fixes https://github.com/twentyhq/twenty/issues/17611 If-else branches not executed has to be marked as skipped. Otherwise, the iterator will never start the next iteration. It will wait for some not started nodes. <img width="673" height="559" alt="Capture d’écran 2026-02-12 à 10 56 45" src="https://github.com/user-attachments/assets/2b5396d7-a546-43df-a689-39f2686855ec" />