Share via

Logic App flow

Ananya Dixith 101 Reputation points
May 11, 2022, 4:22 AM

I need to categorize the pdf's to folder,like I want to move one particular pdf to one folder in sharepoint,

like wise I have 11 different pdf's I want to move those pdf's according to the folder

For Example : I want to move Science Subject pdf to Science folder

                                                Social to Social folder like wise for 11 different folders

Can anyone help me based on what condition I can move those files to folders in Logic App flow.
I Thought of using Switch case

200807-image.png

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,428 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,523 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruno Lucas 4,436 Reputation points MVP
    May 11, 2022, 5:06 AM

    That is correct. Use Switch case. That is not different than using a switch statement devs use for coding (https://www.w3schools.com/cs/cs_switch.php). It looks a little crammed on logic apps but it's normal.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.