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

Alteryx Designer Desktop Discussions

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

Filename help sometimes causes duplicates in App

pvara
8 - Asteroid

I have built an app where and I am capturing "Filename" once the user inputs their file.

The rub is sometimes in the users raw file, there is a column called "Filename". Is there a way to ignore if "filename" exist in the raw file?

Currently I have been going in manually and modifying the name.

 

I tried creating a formula but if filename2 does not exits it breaks.

 

 

pvara_0-1592514741593.png

 

pvara_1-1592515181822.png

 

 

2 REPLIES 2
fmvizcaino
17 - Castor
17 - Castor

Hi @pvara ,

 

Since you already developed a way with a formula, the best way to tackle is to always create a filename2 is it doesn't exists.

Example attached.

 

Best,

Fernando Vizcaino

pvara
8 - Asteroid

thank you this solves a manual problem. 

Labels
Top Solution Authors