Alteryx Designer Desktop Discussions

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

Update Text Input tool (multiple records) as per users' input

RajatK
8 - Asteroid

Hi,

 

I have a requirement wherein new account numbers get added/included in my analysis and I'd like to build an app that lets the user input the new account numbers. 

 

This number of newly added records varies from 1 account number to about 25 account numbers. 

 

I have a text input which currently holds dummy data and I'm, trying to include interface tools which could help me replace the data in the Text Input tool. 

 

Dummy data:

RajatK_0-1673347658635.png

 

List Box/Text Box: 

 

RajatK_1-1673347689756.png


The challenge when I try to use the List box or text box is that the 'Update Value' tool allows me to update just 1 record in the text input tool. 

 

RajatK_2-1673347752930.png

 

 

Any other suggestions on how I could get this in place? Thanks!

 

 

 

3 REPLIES 3
ShankerV
17 - Castor

Hi @RajatK 

 

Please use the below value as c - value = '10000,20000'

This will read all the values in one row.

 

Then use the Text to Columns and split into rows.

ShankerV_0-1673348345798.png

 

If this helps, please like this post and mark it as a solution. If you have any other questions, please let us know.

 

Many thanks

Shanker V

Felipe_Ribeir0
16 - Nebula

Hi @RajatK 

 

Based on what i understood here, i would go with the Text Box tool:

 

TextInput.gif

 

 

RajatK
8 - Asteroid

Thank you for the easy and wonderful solutions. Cheers! :) 

Labels