Free cookie consent management tool by TermsFeed a!httpQueryParameter() Function
a!httpQueryParameter() Function

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

Function

a!httpQueryParameter( name, value )

Creates an HTTP query parameter object which can be passed to an HTTP function.

Parameters

Keyword Type Description

name

Text

The header name.

value

Type

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

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Custom Record Field Expressions Incompatible
Process Reports Incompatible

You cannot use this function to configure a process report.

Process Events Incompatible

You cannot use this function to configure a process event node, such as a start event or timer event.

Open in Github Built: Thu, Mar 28, 2024 (10:34:14 PM)

a!httpQueryParameter() Function

FEEDBACK