I am connecting to Airtable according to the Airtable tutorial which works fine.
However, as in the example in the tutorial, some column names have spaces which results also in properties with spaces.
How do I access a property with spaces in a formula?
Just out of curiosity, what tutorial are you following? I don’t know if our formulas would work with spaces in property names but if they do, probably with something like data.MyData."property with spaces" or LOOKUP(data.Mydata, "property with spaces")