Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Using Text Box to modify table header in Table Tool not working.

U1250058
6 - Meteoroid

Hi all,

 

I am building a macro, which produces tables as outputs. I would like to allow users to rename one of the table fields (originally named Segment) within the Table Tool via a Text Box, however it doesn't seem to work. I have tried the attached two configurations.

 

Could you give me some feedback on this and some ideas on how to solve?

 

Thanks!

4 REPLIES 4
griffinwelsh
12 - Quasar

@U1250058 I have no idea why your method doesn't work, but I do have a workaround. Create an alias with your table tool and then update the alias from the action tool. Sample is attached. Please mark this thread solved if this fits your usecase.

2124.png

2126.png

  

apathetichell
20 - Arcturus

To do this you must first use the rename option in the render tool. enter something there. go back to your action tool. you will now see an alias xml pair - you will have your action tool edit the value in the alias block.

patrick_digan
17 - Castor
17 - Castor

@U1250058 It looks like @apathetichell  and @griffinwelsh have pointed you in the right direction. For what it's worth, I think reference shortcuts can help  avoid issues like you're seeing with the action tool. I used @griffinwelsh 's example, and just changed it to use reference shortcuts.

 

image.png 

 

You can then manually enter a test value like this (I chose the word "Testing"):

 

image.png

 

And you can run the workflow/macro in the normal mode to see that's working:

image.png 

 

U1250058
6 - Meteoroid

Thanks both! This works perfectly.

Labels
Top Solution Authors