Lets assume I have a main file called "emails.xlsx", is there any kind of problems that I could run into if I use that same file in multiple templates that are running at the same time?
For example, let assume I have an email creator that is always running and adding new emails to that file, but then I have an account creator that is always pulling a new email and deleting from that file... -- is there any issues with this if they are running at the same time?
If so, what is the best way to accomplish something like that?
Thanks so much!
For example, let assume I have an email creator that is always running and adding new emails to that file, but then I have an account creator that is always pulling a new email and deleting from that file... -- is there any issues with this if they are running at the same time?
If so, what is the best way to accomplish something like that?
Thanks so much!