Free cookie consent management tool by TermsFeed a!httpHeader() Function
a!httpHeader() Function
This function cannot be used with Custom Record Field Expressions. It can only be used with Offline Mobile if it is loaded at the top of the form.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

Note: this function is used only for the HTTP Upload and HTTP Download smart services. Headers for general HTTP requests are managed using integrations.

Function

a!httpHeader( name, value )

Creates an HTTP header object which can be passed to an HTTP function.

Parameters

Keyword Type Description

name

Text

The header name.

value

Any Type

The header value. Either Text or a!scsField().

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

a!httpHeader() Function

FEEDBACK