Hi All,
I have workflow which updates mail,proxy addresses and mail alias when user change alias of Distribution group. Workflow has below steps
1. Read values from default env-- Working
2. Generate new mail id using .PS1- Working
3. update mail id-getting updated in object
4. Generate proxy list using .ps1- Log file shows its generating proxy list
5. update proxy --not working
6. Calculate new aliases - log file is empty
7. Update alias - not working
now when mim log showing You cannot call a method on a null-valued expression.then which script would be giving this error.
How to fix this