airtable-php
airtable-php copied to clipboard
Hey, there is a critical error.
I tried to use this function because I have 2 tables and they're linked each other with columns. But this functions are not working. Could you please guide me or fix this issue? Here is my code snippet. if ( isset($record->fields->Deals) ) { $deals = $record->fields->Deals; $cnt = count($record->fields->Deals); for ( $i = 0; $i < $cnt; $i++ ) { echo AIRTABLE_TABLE."/".$deals[$i]; $expended = $airtable->getContent( AIRTABLE_TABLE."/".$deals[$i], false, [ 'Deal ID' => 'deals' ]); print_r($expended); } }
Hi @awesome1128 , sorry for the late reply. I hope you're doing well. Were you able to solve the errors you were having?