I have a Data App that asks for the user email, prepares a file that is stored in the space with a hub connector with application password and a space connector connected to the excel writer.
I want to also send the file via email with the file attached.
Currently the data app is working fine for consumer users until the Send Email node which fails with error message saying cannot access the file.
In every ad hoc run executed by me the file is successfully sent by email.
When the consumer executes the app there’s always a error in the Send Email node related to not being able to access the file.
The attachment path is a collection of strings variable created from the variable created in the excel writer node.
Any suggestion on how to handle these use cases?