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 column in a list
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 name of the column to be edited must be specified for the column.
the new column name is
What does it do? Specifies the new name for the column.
Where does it go? This phrase should be indented beneath rename the column in a list
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 column.
Example: the new column name is "new column name"
the description is
What does it do? Specifies the new description for the column.
Where does it go? This phrase should be indented beneath rename the column in a list
Is it required? 🌟 No — This phrase is optional in the syntax.
Does it require input data? ✅ Yes — A text value should be specified as the new description for the column.
Example: the description is "description"
Default:
rename the column in the list
the new column name is "New Column Name"
the description is "The new column description"