I have a Script activity that tries to connect to an endpoint with HTTPS with some information then returns a response in JSON.
I can get into the finer details if the answer to this is no, but before that, I'm wondering if there is any reason why I wouldn't be able to do this through a Workflow script activity. The code works perfectly fine in Visual Studio, but when running through Workflow it always returns "null," so I'm wondering if it is some sort of limitation of Workflow regarding HTTPS or REST. I did try on multiple servers, but each time through Workflow it returned "null."