question

AnanyaDixith-4766 avatar image
0 Votes"
AnanyaDixith-4766 asked WendyLi-MSFT edited

Logic App flow

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-appssharepoint-dev
image.png (47.4 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

BrunoLucas-9843 avatar image
0 Votes"
BrunoLucas-9843 answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.