Hi guys! Is it ok that node after IF runs on False branch? I want to collect all data before running next node that depends on result. I think it is because I use Merge, but… how?
And second question. How to get output from Merge as dictionary (key/val) with two fields {'one': ..., 'two': ...}? I want to merge two streams, without any data manipulations.