# Creating a dashboard based on existing group template

**URL:** https://community.cumulocity.com/t/creating-a-dashboard-based-on-existing-group-template/7670
**Category:** Forum
**Tags:** cumulocity
**Created:** [July 4, 2024, 6:22pm UTC](https://community.cumulocity.com/t/creating-a-dashboard-based-on-existing-group-template/7670 "2024-07-04T18:22:00Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![bdm](https://dub1.discourse-cdn.com/flex005/user_avatar/community.cumulocity.com/bdm/32/11919_2.png) [@bdm](https://community.cumulocity.com/u/bdm)
#### Post date: [July 4, 2024, 6:22pm UTC](https://community.cumulocity.com/t/creating-a-dashboard-based-on-existing-group-template/7670/1 "2024-07-04T18:22:00Z")

</div>

Hi, We have configured a dashboard for a group of users using group template and now we want to replicate it by creating more dashboards like this. when trying to copy this existing dashboard using dashboard ID it is not working and only one dashboard of the group is being displayed, what is missing in our steps?

---

<div class="post-metadata">

### Author: ![Pawel\_Rynarzewski1](https://dub1.discourse-cdn.com/flex005/user_avatar/community.cumulocity.com/pawel_rynarzewski1/32/10150_2.png) [@Pawel\_Rynarzewski1](https://community.cumulocity.com/u/Pawel_Rynarzewski1)
#### Post date: [July 8, 2024, 10:35am UTC](https://community.cumulocity.com/t/creating-a-dashboard-based-on-existing-group-template/7670/2 "2024-07-08T10:35:09Z")

</div>

Hi, could you please provide more details? What version are you using? Are you copying the dashboard directly via REST API or some UI? Are you adding the newly copied dashboard as a child addition to the target group?

---

<div class="post-metadata">

### Author: ![bdm](https://dub1.discourse-cdn.com/flex005/user_avatar/community.cumulocity.com/bdm/32/11919_2.png) [@bdm](https://community.cumulocity.com/u/bdm)
#### Post date: [July 8, 2024, 3:54pm UTC](https://community.cumulocity.com/t/creating-a-dashboard-based-on-existing-group-template/7670/3 "2024-07-08T15:54:58Z")

</div>

version:  
BACKEND: **1020.296.0**  
UI: **1016.0.170**

I am using UI, please find below my snapshot: I am selecting “Copy an Existing Dashboard”

 ![image](https://europe1.discourse-cdn.com/flex005/uploads/cumulocity/original/3X/9/d/9d4a95fe032496228bdc274c96aee224c8080469.png)

 ![image](https://europe1.discourse-cdn.com/flex005/uploads/cumulocity/original/3X/2/f/2f42b689e610333a12d5bfd177621b28e2638db1.png)

and by the way, how can I greate a group dashboard based on another existing group dashboard using REST API?

---

<div class="post-metadata">

### Author: ![Darpankumar\_Lalani](https://avatars.discourse-cdn.com/v4/letter/d/e9bcb4/32.png) [@Darpankumar\_Lalani](https://community.cumulocity.com/u/Darpankumar_Lalani)
#### Post date: [July 9, 2024, 6:08am UTC](https://community.cumulocity.com/t/creating-a-dashboard-based-on-existing-group-template/7670/4 "2024-07-09T06:08:39Z")

</div>

Hi,

I guess you are using Application Builder. If that is the case, then Creating new group template based on existing group template is not supported.

This functionality available in Blueprint Forge via “Add to Catalog” feature where you can add existing dashboard to Dashboard Catalog as template and later you can use that template and create group dashboard.  
[https://github.com/Cumulocity-IoT/cumulocity-blueprint-forge?tab=readme-ov-file#whats-new](https://github.com/Cumulocity-IoT/cumulocity-blueprint-forge?tab=readme-ov-file#whats-new)

You can create same type app what you have in Application Builder by using blank template in Blueprint Forge.

Regards,  
Darpan

---

<div class="post-metadata">

### Author: ![bdm](https://dub1.discourse-cdn.com/flex005/user_avatar/community.cumulocity.com/bdm/32/11919_2.png) [@bdm](https://community.cumulocity.com/u/bdm)
#### Post date: [July 9, 2024, 7:32am UTC](https://community.cumulocity.com/t/creating-a-dashboard-based-on-existing-group-template/7670/5 "2024-07-09T07:32:40Z")

</div>

we cannot copy the group dashboard via REST API and then modify it and push a new one also using REST API?

---

<div class="post-metadata">

### Author: ![Darpankumar\_Lalani](https://avatars.discourse-cdn.com/v4/letter/d/e9bcb4/32.png) [@Darpankumar\_Lalani](https://community.cumulocity.com/u/Darpankumar_Lalani)
#### Post date: [July 9, 2024, 10:38am UTC](https://community.cumulocity.com/t/creating-a-dashboard-based-on-existing-group-template/7670/6 "2024-07-09T10:38:10Z")

</div>

Hi,

As I said, it is not supported however there is work around available which is little bit complex.

You can do that by modifying applicationBuilder fragment in application service managed object.  
You need to modify applicationBuilder fragment as per below and send it back as put request.

- Find out application Id of your application
- Make a get call in [application service](https://www.cumulocity.com/api/core/#operation/getApplicationResource) and copy response object
- Copy and update applicationBuilder fragment as below
- Locate the dashboard object which is cloned
- add or update groupTemplate to true.
- update device Id as group Id
- invoke PUT API with applicationBuilder fragment using [application service API](https://www.cumulocity.com/api/core/#operation/putApplicationResource)  
See below example as highlighted  
 ![image](https://europe1.discourse-cdn.com/flex005/uploads/cumulocity/original/3X/0/4/04d8a9e77cbd40053a8364dbf9bc937d0b57e7a3.png)

**Caution:** Please be extra careful as if something goes wrong then it may break your application. Please take backup of existing fragment before updating Managed Object.

---

<div class="post-metadata">

### Author: ![system](https://dub1.discourse-cdn.com/flex005/user_avatar/community.cumulocity.com/system/32/31990_2.png) [@system](https://community.cumulocity.com/u/system)
#### Post date: [December 27, 2024, 12:40am UTC](https://community.cumulocity.com/t/creating-a-dashboard-based-on-existing-group-template/7670/7 "2024-12-27T00:40:11Z")

</div>



---

<div class="post-metadata">

### Author: ![system](https://dub1.discourse-cdn.com/flex005/user_avatar/community.cumulocity.com/system/32/31990_2.png) [@system](https://community.cumulocity.com/u/system)
#### Post date: [June 25, 2025, 12:41am UTC](https://community.cumulocity.com/t/creating-a-dashboard-based-on-existing-group-template/7670/8 "2025-06-25T00:41:11Z")

</div>

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.
