Create new task
Creates a new task in a Task app. Returns the ID of created task in Results.
Parameters
Parameter | Description |
Task app name | Name of Task app in SharePoint (not id) |
Task name | Name of new task |
Start date | When task is to be started |
Due date | When task is to be finished |
Percent complete | How much of task that is finished. Default 0 |
Description | Description of task |
Priority | Priority of task |
Status | Status of task |
Assigned to (user ID(s)) | User ID to assign task to, if any |
Output
Record with information about whether operation failed or not.
Member | Description |
HasFailed | Whether operation has failed or not |
ErrorMessage | A description of the failure, if any |
Results | Simple variable containing the results of operation |
Errors
Error code | Description |
1000 | Unspecified error. |
1000001 | User is not authorized to perform operation. |
Last updated