I need to update account records when certain activities occur. I am probably going to use the regarding field.
How do I check in a workflow that the regarding field is an account. If it is not an account, the workflow goes into a waiting state - with an error message: Cannot find record to be updated
I can check if the regarding field contains data, but is there a way to check what kind (I know I can do this in a plugin, but I am trying to avoid that and keep it simple)