Hi,
Can you share please what you already tried? We want people to learn and there are zillions of examples if you look step by step versus us just writing it for you.
But here is the Pseudo
1. Create an Automated Flow for when an Item is Updated
2. Use the Get Changes to see if your specific Field was changed or not
3. Add a Condition to verify that from the Get Changes your Date Field is changed
4. In the Yes side, check the value just so you are certain of whatever criteria you want to add the Date Cleared
You said - I would like a number to populate in the "Waitlist #" column
I am going to stop there, as adding a number is easy
5. Add an Update Item, in the Yes side of the Condition that verified that the column you wanted changed did change.
In the Update Item, use the ID from the Trigger to update the date of the row you want to update
And Done.
Now you also asked
When a client is removed from the client waiting list, the client who was #2 will become #1, and so forth
I do not know how to help on this as there are no details. What waiting list, is this a Sharepoint list? is this a different list than the above list?
So I'll make assumptions
1. Create another automated Flow with a Trigger for when an item is update or added or deleted
2. I have no idea if you actually want these rows deleted or what
3. I am assuming you have some column that is a pure whole number??? I dont know its not stated
4. But you would want to iterate through the Records and Update the Customers Number
also is any of this in an app? Because it would be much easier and faster but seems only in SharePOint and Power Automate?