Sleiman Tanios
Sleiman Tanios
Hi @torrancemiller I'm looking into this now.
That would be amazing, unfortunely Airtable does not allow to manipulate the model from the API. You can only interface with the data. To create Tables and Columns you have...
Hi, can you post a picture of your table names? Airtable is very sensitive to table and column names.
@cesantibanez were you able to fix the issue? The table names are fine. It looks like the client is not loading. If you can't make it work, I'm available today...
Hi, you can read this section of the Readme https://github.com/sleiman/airtable-php#use-params-to-filter-sort-etc Simple ` "filterByFormula" => "AND( Status = 'New' )",` More complex `"filterByFormula" => "AND({Page} = '$page',{Content Status}= 'Live', FIND( '$user_status',...
@stevewiig any luck? getting the same issue
I fixed my problem by doing the following: Edit config.txt `cd /boot` `sudo nano config.txt` Add this line `arm_64bit=0` Reboot `sudo reboot`