To use this procedure, make sure your agent has learned the Sharepoint Book (BDK).
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
rename the slist
What does it do? This is the base syntax for the procedure.
Where does it go? This phrase should be written on a new line.
Is it required? ✅ Yes — This phrase is required in the syntax.
Does it require input data? ✅ Yes — The list to be renamed must be specified for the slist.
the name is
What does it do? Specifies the new name for the list.
Where does it go? This phrase should be indented beneath rename the slist
Is it required? ✅ Yes — This phrase is required in the syntax.
Does it require input data? ✅ Yes — A text value should be specified as the new name for the list.
Example: the name is "name"
rename the list
the name is "My Renamed List"