Hi,
I am reading a excel file from our sharepoint and it seems to read in okay.. untill I add a azure data lake connector as the output.
Why would the output affect the input file?
Before
After
It just doesnt seem to connect to sharepoint when I add an output file?
Solved! Go to Solution.
Hi @Jak82
The connection status of most output tools is actually evaluated before the workflow processes any other tools. Your Datalake connector is throwing some errors and these are possibly interfering with the authentication process for connecting to SharePoint. If you look at the top of the result log, you'll probably find that the connector errors are the first ones in the list. Correct all the errors in your Output tool and the rest of the workflow will probably run properly.
Dan
Thats useful to know. Il try and update the connectors and see if that helps.