Filter for the last 24h


i use the braintree module to query certain transactions every day at 6 pm. i now want to use the filter function in the braintree module to restrict the query to transactions from the last 24 hours only, so that i can be sure that i really only get the new transactions. I am not a developer - can anyone help me with this function?

Hello @timon,

You’re almost there!
You could set your filter up like this:
image

Basically you’re filtering out anything with a date that is greater than or equal to “right now - 24 hours”. Be sure to select a Datetime operator in the dropdown between the two fields.

3 Likes