I want to narrow down the data to only the updates made within the past week

How can I use a constraint with “Do a search for” to filter the data that has been updated from one week ago until the present?

Also, how do I set up a workflow to perform this action every Sunday?

My understanding of scheduling workflows is still limited.

Just add a constraint that the Last Modified date is more than or equal to the current date minus 7 days.

Just create a recursive backend workflow that runs every Sunday.

Sure, could you please provide more detailed instructions on how to perform this action? Does the constraint seem feasible in this manner?
スクリーンショット 2023-08-12 231242

Also, which command can be used to set up a recursive backend workflow?

Yep, that’s correct.

You just use a Schedule An API worklfow action

Recursive API Workflows - Bubble Docs

This topic was automatically closed after 70 days. New replies are no longer allowed.