get_app_questions: Get App Questions

Description Usage Arguments Details WARNING

Description

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

Usage

1
get_app_questions(app, gallery = get_gallery())

Arguments

app

A single alteryx_app returned from get_app

gallery

URL for your Alteryx Gallery

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.

WARNING

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


alterryx documentation built on June 7, 2019, 1:02 a.m.