I don't know why I'm having such a hard time with this one.
We have files that are added to a OneDrive for Business shared folder. They are named in a particular naming convention. What we'd like to do is have a flow where once a file is added to this folder, a new SharePoint item is created in a list whose columns are filled out by parsing the name of the file.
The files are all named in this convention
Doe, John - 145236 - 20200101 - Anytown, AS - Jane SMITH
The column names in the SharePoint List
Name (LN, FN) - File No. - Date (yyyymmdd) - City and State - Customer
Anyone wanna give me a virtual headslap as to how I can accomplish this task? Pointer in the right direction? Anyhelp would be greatly appreciated!!