I am using SP application scope and then Get children names as shown in the below figure.
I pass the base URL name : https://xxxx.sharepoint.com/sites/xxx/ (Sample name, which works)
I pass the SharePOint folder name as " TEST", which is a folder on this site.
In side which I run a loop to print all file names. This works as expected.
However, if there is a folder inside TEST folder, named DEV . I pass the folder name as TEST/DEV, and attempt to print the files inside it, the Get Children names activity throws an error.
What can I do to resolve this?
There is a possibility of a single folder or a folder inside a folder. I need to get names of all the files.