Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Update Values to Column through DropDown Selection

hemant86
11 - Bolide

Hi Team,

 

I want to give the user option to update column values in my table. The user has to select the column which he/she wants to update from the dropdown provided and input the value to be updated in the text box provided. The value for the selected column(in dropdown) should get updated in my table. I also have an unique row ID so that the user could input the ID to update the required row along with the column.

 

Any help is highly appreciated!! 

 

Thank You

2 REPLIES 2
gabrielvilella
14 - Magnetar

Hi @hemant86, maybe this is what you are looking for, you can do this with a formula tool.

gabrielvilella_0-1657210391069.png

 

hemant86
11 - Bolide

Thanks a lot @gabrielvilella . I will check that out😊

Labels