Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Filtering records on Today date

Topic Labels: Scripting extentions
1103 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Maximus_Dev
4 - Data Explorer
4 - Data Explorer

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({LastModifiedTime}, ‘. $today_date .’)”]);

In other words, I’m gonna compare the “LastModifiedTime” field in record with today date.

How can I do this?

0 Replies 0