Hi,
I am working on a project where I need to create a new SharePoint list from PostgreSQL data each year.
I have three items that I need to put into my list.
- Two choices fields (called Company and Indicator)
- A text field (called Feedback)
At first, I used the Sharepoint List Writer but it looks like the properties of the Choice field are not what I want because the Choice field is configured to allow free-form input.
And secondly, when the list is created, I don't know how I can write into the Title field (the best would be to make it not mandatory).
So, my idea was to use the Sharepoint Rest API to do a PUT request in order to create my customized list, but even with the topics I found online, I am not able to do anything other than GET requests...
Anyone can help me on what I need to do to create this list ?
Thanks for your help and have a good day,
CPTSDN_17.