how to replace a blank cell from another column

Hi Dimple,

this can easily be done with a Rule Engine node:

Here’s the rules:

MISSING $columnB$ => $columnA$
TRUE => $columnB$

Find the example workflow on my NodePit Space:

– Philipp

4 Likes