Learn R Programming

alterryx (version 0.5.0)

get_app_questions: Get App Questions

Description

Get the questions for the given Alteryx Analytic App. Only app workflows can be used.

Usage

get_app_questions(app, gallery = get_gallery())

Arguments

app

A single alteryx_app returned from get_app

gallery

URL for your Alteryx Gallery

WARNING

Trees, Maps, and File Browse are unsupported question types. This is a limitation of Alteryx Gallery and not this API client.

Details

Most Alteryx apps have questions, user input that defines how the application should run. The answers to these questions need to be sent as answers when queueing an application on Gallery with queue_job. get_app_questions returns the names, types, and default values of the questions for an app.