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 Output Getting Error Via Interface App.

rohit782192
11 - Bolide

Can anyone have a check on my  app while users saving getting an Error.

@michael Barone  

1 REPLY 1
AkimasaKajitani
17 - Castor
17 - Castor

Hi @rohit782192 

 

The problem is that you rewrite the wrong file path to the Output Data tools.

 

The Action tool setting is like this now.

AkimasaKajitani_0-1658646591210.png

 

But the correct setting is as follows.

 

AkimasaKajitani_0-1658646749795.png

 

Replace a specific string option is that you should set the string to overwrite.

 

If the incoming string is "C:\download" and the Output tool's path is "...\ExpectEqual.yxdb", you should set "..." to the Replace a specific string option.

Because the Designer will erase "..." from "...\ExpectEqual.yxdb", after then it will join "C:\download" and "\ExpectEqual.yxdb"  to "C:\download\ExpectEqual.yxdb".

 

Labels
Top Solution Authors