Hey,
I have a flow currently set up to take in an email with an attatched excel (set template). Then i have it going into onedrive (business), however when i try to read all the rows (either rows or table can work with either) i cannot set the file to be the result of the new file in onedrive.
Please note* Once i have the rows i am going to itterate through them and query them into my database
refer to images below.


The first image works however the second does not providing the following error:
{
"status": 400,
"message": "The parameter 'file' has an invalid value '/Digital Marketers/01_07_2019 - Fun Marketer Name - Digital Marketing Invoice.xlsx'."
}
which doesnt make sense to me as the "invalid value" is identical to the hardcoded string.
Thanks,