Integromat TEXT update when update value is empty

Hey @AlexSavchuk

Yes, that’s exactly what I am doing.

When a value in a text column exists in both boards, I can readily update that value.

However, if the updating value on Board B is blank (empty/null), then it doesn’t clear the existing value on Board A.

The workaround that I’ve put in place for now is to use the ifempty in Integromat to check if the value is empty, and if so, replace it with a hyphen. That way I’m never trying to write null values.

It’s not ideal, but it is workable.

1 Like