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.
create a list in a sharepoint site
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 site where the list will be created must be specified for the site.
the list name is
What does it do? Specifies the name of the list to be created.
Where does it go? This phrase should be indented beneath create a list in a sharepoint site
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 name of the list to be created.
Example: the list name is "list name"
create a list in the site
the list name is "My List"