airtable-php icon indicating copy to clipboard operation
airtable-php copied to clipboard

Hey, there is a critical error.

Open awesome1128 opened this issue 3 years ago • 1 comments

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); } }

image

awesome1128 avatar Feb 06 '22 10:02 awesome1128

Hi @awesome1128 , sorry for the late reply. I hope you're doing well. Were you able to solve the errors you were having?

glaliberte avatar Nov 01 '22 13:11 glaliberte