I am currently attempting to iterate through a dataTable containing employee information. My goal is to send emails to these employees using Integration activities such as “Use Gmail” or “Send Email.”
However, I’ve encountered an issue: the emails are only being sent to the first two employees, after which I consistently encounter the following error:
"
Source: Main Sequence
Message: Cannot access a disposed object.
Object name: ‘Google.Apis.Http.ConfigurableHttpClient’.
Exception Type: System.ObjectDisposedException
"
I have tried multiple solutions to address this problem, but unfortunately, none of them have proven effective so far. Your assistance in resolving this matter would be greatly appreciated.