Skip to content

GENERATEAPPLINK

Usage

Use this function to generate and share a web link that opens a Smart Application, filtering a field with a specific value.

Category Function Type Where to use Argument statement
FUNCTION SERVER ROW LINK .VALUE

Syntax

1
=GENERATEAPPLINK(Application_Id; Business_Key; Value)

Arguments

Application_Id
The destination Id of the Application to be open. You can find it in the link bar of your browser:

The Application Id is located betweeen &appid= and &did=

Business_Key
Field name of the Storage used to search in

Value
Value to filter

Return Value

Link

Examples

Example

Formula
=GENERATEAPPLINK(1111aaa1-1111-1111-1111-1a1111111a11; Column; "In Progress")

Description
Generate a link that will open Application with Id 1111aaa1-1111-1111-1111-1a1111111a11, filtering the field Column of the Storage on which the Application is built with value In Progress

Result
All the row of the Application with field Column value In Progress