0

In my flow I'm extracting data from excel file located on sharepoint and then I'm inserting it to sql server database, after that file is moved to another location. First execution is working fine, but when I'm put some other file in the same sharepoint location (with the same name) it is using old file (but file itself - opened directly via sharepoint has new data). Is there any way to fix it?

1
  • Can you share more from your Power Automate solution? Commented Aug 8, 2024 at 13:57

1 Answer 1

0

I would recommend using variables for Excel File and Table names instead of hard-coding in the Get Rows step as shown in the screenshots below.

No Issues found with the following steps:

  1. Uploaded a test excel file with a table of rows in it
  2. Execute the Power Automate manually
  3. Power Automate steps can save the data to SQL. But, in my test, it just output by using Compose
  4. Manually Move the Excel file from Library A to Library B
  5. Manually updated the data in the excel file and then uploaded to Library A (same file name and table, but data was changed)
  6. Execute the same Power Automate

enter image description here


enter image description here

1
  • Great, it helped. Commented Aug 9, 2024 at 7:43

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.