thybag / PHP-SharePoint-Lists-API

A simple PHP API to make working with SharePoint lists easy.
MIT License
184 stars 95 forks source link

write works only for id field #182

Open santoshnbi opened 1 year ago

santoshnbi commented 1 year ago

works $sp->write('myList', array('Title'=>'123456'));

does not work $sp->write('myList', array('Title'=>'123456','artist' =>'tingtings'));

The above works when I do the same online. I have double checked the field names Can you please help?