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.

accdb (MS Access) connection through SharePoint connector

goutdelete
8 - Asteroid

Hi,

 

We have a few monthly/ quarterly snapshot archive data within department saved in MS Access tables on Sharepoint (company policy unfortunately).

 

When we use data input tool everything is fine.  See sample below, a good 40K records shown.

 

goutdelete_0-1672681537836.png

 

Since the workflow is used among a few people and it is not ideal to have user change the path every single time.  We are hoping to use the Sharepoint connector directly.  However, since it's not YXDB, nor CSV or excel, the input tool would yield 0 record in the output.

 

goutdelete_1-1672681753905.png

 

Any one know how to set it correctly or is there another way to use data input tool so the user doesn't need to keep changing the path every time a different user runs the workflow?

 

Thanks!

1 REPLY 1
Felipe_Ribeir0
16 - Nebula

Hi @goutdelete 

 

One way to do this is by using the batch input macro: The Ultimate Input Data Flowchart - Alteryx Community entrée de données eingabedaten

 

This macro will allow you to pass the filepath dynamically

 

1) Use the GetEnvironmentVariable("USERNAME") function - it will get the username that is using the Alteryx machine - to build your filepath.

 

Felipe_Ribeir0_0-1672683114068.png

 

2) Properly configure the input tool inside of the macro to open accdb files

 

Felipe_Ribeir0_1-1672683246945.png

 

With this, the sharepoint filepath will work for each user without problems.

Labels
Top Solution Authors