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

Alteryx workflow to check a path is accessible or not

anjanarnair
7 - Meteor

Hi Team,

i need a workflow to check the given path is accessible or not

The input i was given in an excel with few paths and also i need a excel output saying these paths are accessible or not in an another column in the same output excel.

 

please help me here to provide an workflow.

 

Thanks in advance!

Anjana

2 REPLIES 2
geraldo
13 - Pulsar

@anjanarnair 

 


use the function FileExists(Path)

If it exists returns -1 if not 0

 

It can be the folder path or the folder path plus the file name with extension

Bal
6 - Meteoroid

Thankyou @geraldo - using the FileExists(Path) in a formula, followed by a filter to then feed through the "True" paths to Dynamic Input works perfectly!

Labels
Top Solution Authors