I have some documents being created every day.
How I could get all the documents created based on the day?
Hi ! I think you can do like this:
Compare the beginning of the $createdAt attribute with today's date, for example:
Query.startsWith("$createdAt", "2023-08-12")
I've thought createdAt wasn't an attribute...
Will check, thanks
Humm
Seems yes, will try
@XaFigg Thanks, it works perfectly as supposed. Thanks again! :appwritepeepo:
[SOLVED] Query all documents made a day
Perfect ๐
Recommended threads
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Can you suppress row $meta data?
When using listRows with a 'select' query to limit the response [for performance], I'm still getting extra columns (eg. `$id`, `$sequence`, `$createdAt`, `$upda...