Hello,
I have an entity X and created a BPF on it - BPF X. There is a workflow in place that updates status of record in entity X, and if status is closed, then it deactivates the record. Now, I want the BPF to abort when the record becomes deactive.
I created a workflow on the BPF X entity, but no combo of trigger seems to work. I set the trigger to 'Process changes' - and then choose the lookup field of entity X. It makes sense, that when any field on the record changes, the workflow would run and check the status. But, unfortunately it does not work.
What could be the way around it.
Thanks.