Hello,
I'm trying to learn flow by performing a simple task of taking the body of a specific e-mail and create a text file on my desktop from the contents.
Flow summary:
When an e-mail arrives with "UPS Shipment" for a subject
HTML to Text: Take the body and turn it into text
Create file:
Folder path: C:\Users\brunstingn\Desktop
File name: Manual Tracking.txt
File Content: the plain text of the e-mail
The first two work, but it errors on the file creation. I believe I have everything set up correctly, but it keeps failing with an error message saying that "The credientials for this connection do not have access to 'C:\Users\brunstingn\Desktop/Manual Tracking.txt', please try using a different location or account..."
I have the latest on-premises data gateway installed. However, when I mangage it in PowerApps, the username and password field don't seem to stay populated. I fill them out, click save, but if I reopen it, they are blank again.
I did run the "Test-NetConnection -ComputerName watchdog.servicebus.windows.net -Port 9350" on powershell and got a true response, so my guesses are either I'm using the "Create File" module wrong, I have the gateway set up incorrectly, or there's something wrong with gateway that it's not retaining my credientials.
Any help will be much appreciated.
-Nic