I use a select to import data from an other table. This table is used to import path incise an object created by a replicator. Sometime, it happens that the cell of the table is empty.
I want to replace it with a general path when the cell is empty.
I have manage a way to do it, but it really heavy and slow a lot the frame rate. I have attached image of the node. I think it slow down because it checks each frame if the path haves change
The idea here is that the contents of the changing cell are copied into the target table unless it’s empty, if the contents are empty then the default value is copied into the target. The execute costs about 0.04ms,. and only cooks when the table changes.