Hello:
I'm in the middle of trying to create a Flow that will send a recipient an email whenever a new item gets added to a table called "Adjustments." However, the Flow is set to run every 15 minutes, since there are multiple locations/users that will use the file, and the data could be updated multiple times per day. My issue is that one of the columns in the table is labeled, "Status." This column is validated to only accept "New," "Pending," or "Processed" as the possible options. In the flow, I'm comparing a "Date" column to today's date, which is automatically entered when an employee's name is entered in the "Employee" column. So that the recipient of the email doesn't get the same email multiple times, I tried using the Update a row action. However, I can't seem to get the parameters correct. I'm trying to automatically change the "New" status to "Pending" and change the date to a date in the past or completely "wipe it out" by defaulting it to "0000-00-00," so that the Flow doesn't send another email with the same information. The Flow worked correctly with the first entry, but has failed every time since then, telling me that "Action 'Update_a_row' failed."
The Flow is still sending the email as expected, but after the email gets sent, the row isn't being updated, so that, when the Flow runs 15 minutes later, it sends exactly the same information.

Here's my Flow, so far:

