Check the file path: Make sure that the file path that you are using is correct and points to an existing file. You can use the “Log Message” activity to log the file path and verify that it is correct.
Check the permissions: Make sure that you have the necessary permissions to access and modify the file. You may need to check with your system administrator or the owner of the file to ensure that you have the correct permissions.
Check the network connection: Make sure that you have a stable and fast network connection, as this can affect the speed at which the file is uploaded.
Check for errors in the process: Use the “Try Catch” activity to wrap the “Upload Storage File” activity, and add a “Log Message” activity inside the “Catch” block to log any errors that may be occurring. This can help you identify any issues that may be causing the “Path not found” error.
Check the storage bucket configuration: Make sure that the storage bucket is configured correctly and that you are using the correct bucket name and access credentials.
But I am quite sure that the activity itself is unstable.
It works fine most of the time and when I retry the process, it works as well.
Therefore, I am sure that there is no process error.
But if no one else faced the problem, I will use the retry scope.