We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Saving User Text Input

rheepa
7 - Meteor

Hi All,

I am using a Text Box to prompt the user for a date string ('yyyy-mm-dd'). I want to Text Box -> Update Cell -> Text Input. I keep getting the following errors: 

 

Action (16): Unable to process the connection to the destination; update the configuration of the Action.
Text Input (14): At least one Field must be selected

 

This should be the simplest of tasks. What am I doing wrong?

Thanks

 

 

8 REPLIES 8
messi007
15 - Aurora
15 - Aurora

@rheepa,

 

Here you go :)

 

messi007_0-1650386555030.png

Attached the workflow,

Hope this helps!

Regards,

rheepa
7 - Meteor

Hi. I noticed that your Update Cell tool shows column 1 (2022-04-19) in your configuration. I don't seem to be able to update this in my workflow. Any advice? Thanks.

rheepa
7 - Meteor

I attached a sample workflow to show what I'm trying to do. Thanks in advance!

Luke_C
17 - Castor
17 - Castor

Hi @rheepa 

 

In the interface designer, check the box to show the browse. That will relay the data back to the app. 

Luke_C_0-1650394921524.png

 

I would also suggest adding an error message tool to validate the user's input:

 

Luke_C_1-1650395115123.png

Luke_C_2-1650395129139.png

 

 

 

rheepa
7 - Meteor

Hi. At least the value shows up in a pop-up window now; however, the value still doesn't pass to the Text Input and Browse tools. Do you know why this is happening? Thanks for your help!

Luke_C
17 - Castor
17 - Castor

Hi @rheepa 

 

If it shows in the pop-up that means it is flowing into the text and browse tools. Are you referring to the fact that it doesn't populate if you simply just press the run button? If you need to test the workflow go into the configuration window and enter a placeholder value:

 

Luke_C_0-1650396076617.png

 

 

rheepa
7 - Meteor

So once I click Exit on the Analytic App, would the value disappear from the Browse tool? If so, I think you answered my question. Thanks for helping me get to the correct understanding!

Luke_C
17 - Castor
17 - Castor

Hi @rheepa 


That's correct, when you run the app it will process with the inputs provided and give you an output. In this case the text date and the browse tool. It won't save that in the workflow. That's not to say you couldn't create some secondary logging process if you wanted to track what your users are entering.

Labels
Top Solution Authors