Hello,
I'm trying to set up a workflow that will send an update request once a week for all the rows in which the status has changed to "Approved" during the week prior to the request notification. The update request should not include rows that have the status "Approved" if the status field for those rows was not changed during the week prior.
I tried setting this up with the trigger block set to "When rows are changed" and "when Status changes to Approved" with the frequency set to "Weekly". However, upon testing, this sent a notification for all the rows that have a status of "Approved," not just the ones where the status has changed to "Approved" in the last week.
Is there a way to set up this workflow in the way that I want?