Option C makes sense here. Since the original flow used a hardcoded path on UserA's desktop, when UserB runs it, that path won't exist on their profile even if the correct file is on their own desktop. Putting the file somewhere like C:\Automation\InputFiles\ and updating the flow should fix it. I think that's what's expected unless I'm missing something subtle.
Q: 16
You have an automation solution that uses a desktop flow. The flow reads data from a file that is
stored on UserA’s machine and writes data to an application. You import the solution to an
environment that is connected to UserA’s machine.
UseerB report that the flow fails. An alert indicated that the path to thee the file does not exist. You
conform that the file is present on userB’s desktop.
You need to resolve the issue.
What should UserB Do?
Options
Discussion
C vs B, but I'm leaning more towards C. File path is likely hardcoded to UserA's profile, so just fixing permissions (B) wouldn't solve it if the path on UserB's machine is totally different. Not 100 percent sure, but C makes the flow work across accounts. Disagree?
C tbh. This is a classic trap with hardcoded user profile paths, so just changing permissions or retry logic (B or D) won't help if the file can't actually be found at that specific location. Correct me if you think B is viable but pretty sure only C fits.
Saw something like this in the official practice test, pretty sure it's C.
Maybe B. If UserB doesn't have the right permissions, the flow might not be able to read the file even if it's there. It's a common issue with PAD processes using local files. Let me know if you see it differently.
Be respectful. No spam.
Question 16 of 25