TappNetwork/laravel-airtable

Table Names Cannot Contain "."

Opened this issue · 1 comments

I have tables where their names are domain names and I think due to the way config values are grabbed, that fails because the dot in ".com" is interpreted as a new nested object key.

I've renamed my tables to not have periods, so this is just a note to you.

swilla commented

@droplister you should be able to use the table ID instead of the name in this case.