> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Group Object

Creates a new, group object (asset) for a specific group ID.

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                                                                                        |
  | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Group ID   | The ID of the group, Can be obtained via the `List Groups` action.                                                                                                                 |
  | New Object | The new object or objects(max 200) in json format, for more information [Asset Panda documentation](https://team-asset-panda.readme.io/reference/post_v3-groups-group-id-objects). |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "objectID",
	"display_name": "ID001",
	"action_objects": [],
	"secondary_name": "SN204GH",
	"display_with_secondary": "ID001 <SN204GH>",
	"field_values": [
		"ID001",
		"Available"
	],
	"data": {
		"field_1": "ID001",
		"field_15": {
			"id": "objectID",
			"value": "string"
		},
		"field_4": "string",
		"field_6": "string",
		"field_8": "string",
		"field_10": "string",
		"field_11": {
			"id": "ID",
			"value": "Available"
		},
		"field_2": "string",
		"field_9": 659.47,
		"field_40": "string",
		"field_41": "string",
		"field_18": "string",
		"field_12": "2021-12-27T21:37:27.640Z"
	},
	"object_depreciation": false,
	"object_appreciation": false,
	"share_url": "https://login.assetpanda.com/asset_items/{objectID}",
	"created_at": "2021-12-27T15:37:27.640Z",
	"updated_at": "2023-11-14T09:24:53.993Z",
	"is_editable": true,
	"is_deletable": true,
	"object_version_ids": "2",
	"has_audit_history": false,
	"is_locked": false,
	"is_archived": false,
	"entity": {
		"id": 198267,
		"key": "asset_items"
	}
}
```

## Workflow Library Example

[Create Group Object with Asset Panda and Send Results Via Email](https://library.blinkops.com/workflows/create-group-object-with-asset-panda-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-group-object-with-asset-panda-and-send-results-via-email/canvas" />
</div>
