Hello Everyone,
I am trying to copy folder and also all file inside the folder when the folder associated column called "Factory" is to a specific name.
Based up on this name it will get the site URL dynamically and then it will create folder. Until this it is working fine. But I am not able to copy files at all. I don't see right action for this to do dynamically using https request. Please let me know the best way to achieve this.
Steps so far achieved:
1. when a new item is created or modified (Library A)
2. condition: is folder = Yes
3. Get items (list B) - filter= Title eq 'FactoryNameColumnValue'
4. Compose -- FolderName (this is from library)
5. send http request to create folder


