I am unable to replace null values in cells. I have created a facet to only display cells that have null values. I then went to edit cells > Transform function and tried to use the replace function but it does not seem to be working.
Different things I have tried:
replace(value, null, 'other_text')
replace(value, 'null', 'other_text')
I expected the null values to be replaced with 'other text'
Screenshot: