Name represents the name of the item and is a required field for every item in SharpCloud.
Type of Data Returned
Returns the name of the item as text.
Example
Combining the item’s name with its category, to help form a Work Breakdown Structure (WBS) on a timeline:
CONCAT([category, “:”, name])