Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

***Urgent***Need to create USER FORM using Analytic app from Interface tools

Shakil1
8 - Asteroid

Hi Team,

 

Need help to create a USER FORM using Interface tools.
I have created the few features using Drop down, Text box, List box and Action tool.


Now I need to add editable features after selecting the particular data from the USER FORM.
Could anyone please help me on this?? Thanks!

 

Shakil1_0-1686121015833.png

 

Shakil1_1-1686121026711.png

 

5 REPLIES 5
caltang
17 - Castor
17 - Castor

I am actually in the midst of creating an interactive form for my users as well!

 

I found these links to be super helpful:

  1. https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-create-a-simple-input-f...
  2. https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-do-I-create-a-form-similar...

But please keep in mind that the functionality that you desire may not be possible since the Analytic App has limited tools to edit or customize your form in an advance manner (like having table inputs). 

 

Also, if you can draw up a user journey path of where the form leads to which question etc., that would be great.

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Shakil1
8 - Asteroid

Thank you so much for the quick reply!

Shakil1
8 - Asteroid

Could you please also help me to understand how use the Rows number in List box.

I had already tried but not working as need.

 

Here are some screenshots for your reference below.  Thanks!

 

Shakil1_0-1686145366156.png

 

Shakil1_1-1686145388128.png

 

Shakil1_2-1686145439360.png

 

Shakil1_3-1686145470481.png

 

Interface view

Shakil1_4-1686145486291.png

 

Error Message 

Shakil1_5-1686145496761.png

Debug error page

Shakil1_6-1686145508518.png

 

 

OllieClarke
15 - Aurora
15 - Aurora

@Shakil1 

 

You want your list box in "Generate Custom List" mode

OllieClarke_1-1686146061969.png

Then you can update your In() statement with the list of chosen rows

 

OllieClarke_2-1686146102451.png

 

Hope that helps,

 

FYI, your app will not dynamically update the number of rows in the list box in its current setup - the headers connected into an interface tool will set the values after a run as a workflow, but not on each run as an app. You'll need a chained app for that (more info here: https://www.thedataschool.co.uk/brian-scally/chaining-apps-in-alteryx/ )

 

Ollie

 

 

Shakil1
8 - Asteroid

Still not working after selecting the "generate Custom list" option.

Please advise on the same.  Thanks! 

 

 

Shakil1_1-1686147961672.png

 

Getting this error

Shakil1_2-1686148022968.png

 

 

Shakil1_0-1686147898768.png

 

 

 

Labels