Alteryx Designer Desktop Discussions

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

Alteryx APP not updating value Dynamically

NamrataDhiwar
8 - Asteroid

Hello,

 

I have created an Alteryx Interactive App through which it will accept the Values from User and It is connected to Python Tool.

I am replacing the string which contains file name. Using the Text Box to take the user Input.

The Workflow is running .The Python Code is Good.

But when I am running the app it is not generating the desired result

 

2 REPLIES 2
Amol_Telore
11 - Bolide

Hey @NamrataDhiwar 

 

If you want to use user inputs in python, then you can do following steps.

  1. update data read using text box in text input tool.
  2. Then pass that text input data to python tool.
  3. In python, You can reference input streams using #1, #2 and so on..

 

If above solution is not working then Can you share your workflow to debug the issue further. 

ChrisTX
15 - Aurora

Can you post a sample of your app?

 

How are you running the app? 

Double-clicking on it from Windows Explorer? 

Using the magic wand icon?

 

ChrisTX_0-1658750977548.png

 

 

Labels