Alteryx Designer Desktop Discussions

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

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

1 REPLY 1
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

Labels