I have a table called “2020Locations”, and its name seems to be causing a problem in the scripting block. I’m using:
locationsTable = base.getTable(“2020Table”);
But auto-complete doesn’t recognise locationsTable
as a table. If I rename the table, or use the underlying tableID, then all is well.
Is this a bug or a known issue? I couldn’t find it documented anywhere. Is there a better workaround than using the tableID instead?