I have ensure the file path are correct. Can't understand what is going wrong here.
Solved! Go to Solution.
@Jules22
It is hard to tell from the data that you shared, as we cannot see what is the actually path that Alteryx is looking for and what are the files names. Trying to solve this issue will be only guessing what is wrong.
please have a look at it
You have special characters in your path, Alteryx cannot handle special characters in path, only normal Latin characters and numbers.
special characters like $?
it was working fine with this path itself a few days ago.
Your second formula is also seemingly missing the “.xlsx” right before the ENDIF
thanks for pointing out. it works now!