Examples
End-to-end automation examples using the SharePoint BDK Book.
Overview
๐ Example 1: Employee Feedback Form
get sites from sharepoint whose name is "HR Resources"
use the first site as the site
create a list in the site
the list name is "Employee Feedback Form"
use the above as the list
add a column to the list
the name is "Satisfaction Score"
the description is "Employee satisfaction rating from 1 to 5"
use the above as the column
retrieve column definitions from the list
create a json
use the above as the item body
set the item body's "Title" to "New Score"
set the item body's "Satisfaction Score" to "4"
add the item body to the list
get the list's items๐ Example 2: Bulk Deletion
Last updated
Was this helpful?
