Skip to content

Commit e5519dd

Browse files
committed
update
1 parent fc358be commit e5519dd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

powerapps-docs/maker/portals/configure/add-chart.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,12 @@ For example, to show leads by source and filtered for only open leads view:
4545

4646
7. Paste the `visualizationid` value into your Liquid chart tag declaration for the chart ID parameter, for example:
4747

48-
`{% chart id:EE3C733D-5693-DE11-97D4-00155DA3B01E %}`
48+
```
49+
<!—Leads by Source – Open Leads -->
50+
{% chart id:"EE3C733D-5693-DE11-97D4-00155DA3B01E" viewid:"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" %}
51+
```
52+
53+
Now that the Liquid chart tag declaration has the chart ID, follow the next steps to get the view ID.
4954
5055
## Get the ID of a view
5156

0 commit comments

Comments
 (0)