Hi Experts,
I am struck in this loop, and code executes for several minutes taking negative path, this flow is not able to get inside each sub folder to fetch the names for conditional check, can you help me
Here is the flow I have, cut it down only to list files , I
"List Folder" after "Get File Properties" is giving me right list as shown below. - So far good

Now I want comparing for every (Body), if "IsFolder" is true
If Isfolder = true
I want to change the path to subfolder, so I am using
so assigned the "path" in the above "body" to a variable and
did used listfolder() again with arguments site address and library as "path" from above folder

Please can you help me ?