Send HTTP Request

Detailed documentation for the "Send HTTP request" action in Lightning Forms and Lightning List Actions

Send HTTP Request action allows sending different types of requests.

When the action Send HTTP Request is selected, the following additional properties should be specified.

Configuration

Property Required Type Description

Url

yes String URL or expression to be evaluated as URL.

Request type

yes Choice Provides options for choosing one of the following types: GET, POST, PUT, DELETE, JSONP

Headers

no String Enter any key-value pairs you need to send along with your request

Append X-RequestDigest

no Boolean Add valid request digest to validate posts back to SharePoint. Required if request made to SharePoint

Data

no String Data to be sent to the server

Example of Send HTTP Request action configuration

httpRequest.png

Output

Output Parameter Type Description
ResponseBody   Returns response value of request.

HttpRequestOutput.png

Published September 25, 2022