Adding, editing, removing, reading SharePoint list rules programmatically
Hi,
reading the documentation, I couldn’t find a way to manage site list automate rules via any API (REST/graph/CSOM) or framework (PnP). Is there a way to do so?
The only way I managed to find at the moment is adding them to a site creation script as a sub action of the create new site verb, but that will not allow me to alter them in any way in existing sites or lists.
Moreover, they’re not saved at all in .stp list templates.
How can I programmatically manage these automate rules in an existing list?
Thank you
Hi, reading the documentation, I couldn’t find a way to manage site list automate rules via any API (REST/graph/CSOM) or framework (PnP). Is there a way to do so? The only way I managed to find at the moment is adding them to a site creation script as a sub action of the create new site verb, but that will not allow me to alter them in any way in existing sites or lists. Moreover, they’re not saved at all in .stp list templates. How can I programmatically manage these automate rules in an existing list? Thank you Read More