Free cookie consent management tool by TermsFeed extractanswers() Function
extractanswers() Function

Function

extractanswers( questions, text )

Returns an array of strings that respond to the questions provided. The expected format of the question and answer text is the format returned by insertquestions().

See also: insertquestions()

Parameters

Keyword Type Description

questions

Text Array

Array of questions.

text

Text

Text representing the questions and answers.

Returns

Text Array

Examples

extractanswers({"What is your name?", "What is your age?"}, "1. What is your name? Ben 2. What is your age? 47 <<<###>>>") returns {"Ben", "47"}

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 Compatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Tue, Apr 16, 2024 (02:43:45 PM)

extractanswers() Function

FEEDBACK