Help
Maximus_Dev
4 - Data Explorer
4 - Data Explorer
since ‎Feb 23, 2022
‎Nov 29, 2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello, Everyone! I’m facing with the strange issue on retreving records on Today Date. Please help me with my issue. I’m gonna filter records on this: $filtered_row = $airtable->getContent( ‘Invoiced’, [‘filterByFormula’ => “IS_SAME({LastModifiedTi...
Hello, Everyone! I have not a big issue on filtering the records by their Last Modified Time field. Here is the code: $airtable = new Airtable(array( ‘api_key’ => config(‘services.airtable.api_key’), ‘base’ => config(‘services.airtable.base_id’), ...