We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Append data to an open shared excel file

johnstok
5 - Atom

Hoping for some help!

 

I have a file which is shared with multiple other users and will be quite difficult to have everyone save and close at the one time.  I'm looking to see if it's possible to update the data and append to the file if it's still open by other users?

 

Thanks

1 REPLY 1
Yoshiro_Fujimori
15 - Aurora
15 - Aurora

Hi @johnstok ,

 

Alteryx cannot open the file which is exlusively opened by another user (or even by yourself).

As an alternative, you may prepare a file to append, and run a workflow at night (or when others are not using)
which will "union" the shared file with your append file and replace it with the original one.

 

I hope this helps.

Labels
Top Solution Authors