Hi,
I'm currently using a flow to save a series of daily reports to a sharepoint server. The process is as follows:
Truck drivers do a daily vehicle inspection report (DVIR) and submit to third party.
Third party software e-mails me a PDF.
Power automate extracts several variables from the e-mail body (some shown below)
Everything is working fine, the variables return correctly on the run report (excel sheet populates correctly when I test without variables in the file and folder names), but I'm trying to use those variables to set the folder path and filename, and Power Automate is returning a status 400 code error, saying "Action 'Create_file' failed". The appropriately named folders do exist.
I'm new to Power Automate so I would welcome any comments or suggestions on how to fix this. Ideally each .pdf will save into a folder named for it's truck (truck variable is an 8-digit integer) and filename format will be something like "2001005 - 2020-08-01.pdf"