Announcements
I have been trying to configure an action that sends a post request to a third party application. Here's the code. The error comes when configuring the request message and httpsclient.
My code
if vHttpRequestMessage.SetRequestUri(TokenUrl) then Message('vHttpRequestMessage.SetRequestUri ok') else Error('vHttpRequestMessage.SetRequestUri ERROR'); if vHTTPClient.Send(vHttpRequestMessage, vHttpResponseMessage) then Message(vHttpResponseMessage.ReasonPhrase) else Error('vHttpRequestMessage.SetRequestUri ERROR2') var vHTTPClient: HttpClient; vHttpResponseMessage: HttpResponseMessage; vHttpRequestMessage: HttpRequestMessage;
Really appreciate if you could help me with the issue.
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156