Learn more about the Alteryx Maveryx Universe recently announced at Inspire 2023!

Alteryx Designer Desktop Discussions

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

Action and Excel / sheet

vincent2mots
6 - Meteoroid

Hi experts,

 

I'm trying to work with Action and Text Box components.

 

I have two Excel files on my desktop :

  • test 2018.xlsx
  • test 2019.xlsx

These two files have many sheets but one with the same name : "test"

 

What I need to do is very simple : when I execute the application, I choose the year and It handle the good file.

 

I tried with the following formula : "C:\Users\Administrateur\Desktop\test "+[#1]+".xlsx|||`test$`"

 

Unfortunatly it doesn't work... Do you know which formula I can use?

 

Best regards,

4 REPLIES 4
JosephSerpis
16 - Nebula
16 - Nebula

Hi @vincent2mots try this syntax "C:\Users\Administrateur\Desktop\test "+[#1]+".xlsx|||test"

vincent2mots
6 - Meteoroid

Hi @JosephSerpis ,

 

Thanks you for you quick response but no : it doesn't work...

 

The worklow is not even capable of opening the documents : it continue to process the same input.

 

Best regards,

JosephSerpis
16 - Nebula
16 - Nebula

Hi @vincent2mots you need to change the configuration slightly on your action tool and select File -Value. I mocked up a workflow as well which I you can change the filepath as well.Dynamic_Input_230702020.JPG

vincent2mots
6 - Meteoroid

Thanks a lot! 

 

You're not ACE for nothing 😄

Labels