Hello! I’ve built a workflow that is working well on my system with no errors. It is linked to a shared email inbox. However, when I send a zip file of the workflow folder to my team members who also have access to the same email, it spits out weird errors.
One is “outlook mail folder not found” even though the folder in question is “Inbox”, or another one throws out that the path of a file isn’t found (even though it works when I run it).
Is there a better way to share a workflow with my team members for them to be able to use it?
Most probably the flow that you are using have the absolute paths check the paths that you are passing for the files. It should be relative paths.
Relative paths are useful when you want your workflow to be more portable, allowing it to run correctly even if the project is moved to a different location.
Sometimes it might be package version issues. Try updating all the package to the latest version and make the runtime rule as Lowest as applicable in Manage packages… @Anushka_Purohit
Or
If your team member have logged multiple accounts in the same outlook then tell him to give the Outlook account I’d in the Account field in properties from which account he want to read mails.