I have flow which is running work till 3rd level of subfolder and when i create the another subfolder/document set the expression is not passing to the folder which newly created.
Folder structure:
Abc/xyz/test/jumps this folder(dynamically created)/hardcoded folder name
expression:
join(skip(split(trim(triggerOutputs()?['body/{Path}']),'/'),0),'/') somehow this expression jumps the dynamically created folder and displays like this.
Abc/xyz/test/hardcoded folder name instead in need the path to be like this Abc/xyz/test/jumps this folder(dynamically created)/hardcoded folder name