When a file (Excel) is added to my document library on Sharepoint, an automatic flow takes all the data and adds it to a Sharepoint list. So far, everything is working fine.
The Excel file's name I generate contains a date that I want to add to each item in my Sharepoint list. A column is provided for this purpose.
However, I am facing two problems:
1. The file name has other characters (they will always be the same characters, only the date changes in the file name). How to remove the other characters?
File name: xxx_20220407_xxx.xlsx (20220407 = today's date)
2. The date is reversed, I should reverse the date to have 07042022.
In the end, this date should be included in the column provided for this purpose.
I have no idea where to start to get this done.
Thank you in advance for your help,