Hi all,
I have a requirement to create a view of all clients that need to be scheduled in the upcoming month but have it filter out clients that have already been scheduled. Here's what I've put together, but I'm 100% open to other ideas to accomplish this.
When an appointment is tracked from Outlook, it starts a workflow that sets an "Appointment Scheduled?" field to YES. This works just fine, and it filters the client out of the view. It then starts a child process that waits until the appointment status = completed or cancelled and it should then set the "Appointment Scheduled?" field to back to NO, so that the client will show back up on the view. This last step is not working. It shows that the job was successful, but the field simply does not change back to NO.
I am working on a separate requirement where I am trying to do the same thing - change a Yes/No field based on a change in another field, and it's also not working. Any idea what is preventing these fields from updating as expected?
Thanks so much!