How to create New Folder in Sharepoint from Mendix App

1
I have used Sharepoint Module to connect to Sharepoint site and I am able to create document from Mendix. But I also need to create new folder from Mendix. Is this option not available in Sharepoint Module. I can see option ‘Create List Item’ , but throws error and not able to understand what this is for.  In screenshot below , I created document from Mendix and other Test1 folder from Sharepoint directly. Objective is to create new folder in Sharepoint from Mendix app.  
asked
1 answers
0

Hi Shriram Patil,

 

I would look at the REST API for this:

https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/working-with-folders-and-files-with-rest#working-with-folders-by-using-rest

 

Mendix documentation on REST: https://docs.mendix.com/refguide/integration/consume-a-rest-service/

 

Ryan explaining REST: https://www.youtube.com/watch?v=mqRbwXRA49A

Please follow his advice and use Postman to test the REST API prior to implementing it in Mendix

 

Go Make It

answered