I have a bot that reads emails. It’s configured with EWS connection parameters. During development, we had to test the connection by using that button and everything worked fine.
Now, when I run it in a Bot Runner device I got the error “Unable to connect with EWS server”. I know I have to test the connection again, but that option is only available for bot creator and that device is connected only to the production Control Room, in which I only have runners.
I also know one option is to Reinstall Bot Agent, connect the device to the DEV control room, test connection, and then reinstall it again for PROD. But I have the question: is there any easier way to configure EWS in a runner device?
Thanks.