On fields where there’s no mapped values or if the mapped value is empty, I am getting “null” in my cell instead of blank. Even when using ifEmpty(), I am still getting “null”. How can I just get no value or blank in my cell when the mapped value is empty?
Do I really have to do how it was mentioned in this post or am I using ifEmpty() incorrectly?
it is empty. The workflow i have is simple, fill up an Airtable form and pass it to Google Sheet. The Use Case (Others) field will appear in the Airtable form is they chose ‘Other’ in one of the questions.
Also, even if for example that field in Latenode is set to empty (nothing is mapped), it will still put ‘null’ in my Google Sheet. I find it counter intuitive if there are a lot of steps to do. I initially just mapped without the ifEmpty() but I’m getting the same result.