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.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,522 Super User 2024 Season 2
Martin Dráb 228,441 Most Valuable Professional
nmaenpaa 101,148