Would it be possible to get the 2nd folder name out of OneDrive4Biz ?
For example, how can I get a variable "1234" out of "/AssetList/1234/request.docx",
which is from OneDrive4Biz trigger "File path" ?
Upon someone creating the "request.docx" inside a specific folder of the OneDrive4Biz,
I want to create a SharePoint custom list item, whose title matches the folder name, "1234".
Playing a bit with "Date Operation - Compose" trigger, the "split" function
seems promising, but I couldn't find its full syntax ( or basic usage) to
set its return value to a variable.
Thanks in advance !