Logic App flow

Ananya Dixith 101 Reputation points
2022-05-11T04:22:35.01+00:00

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,542 questions
Microsoft 365 and Office SharePoint Development
0 comments No comments
{count} votes

Accepted answer
  1. Bruno Lucas 4,436 Reputation points MVP
    2022-05-11T05:06:53.683+00:00

    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.