Description Usage Arguments Details WARNING
Get the questions for the given Alteryx Analytic App. Only app workflows can be used.
1 | get_app_questions(app, gallery = get_gallery())
|
app |
A single |
gallery |
URL for your Alteryx Gallery |
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.
Trees, Maps, and File Browse are unsupported question types. This is a limitation of Alteryx Gallery and not this API client.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.