Skip to content

Commit 9a6a863

Browse files
Merge pull request SharePoint#8344 from sparkitect/patch-1
Added reference to tutorial for triggering a Flow
2 parents a664497 + b01022f commit 9a6a863

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/declarative-customization/site-design-json-schema.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Site template JSON schema
33
description: JSON schema reference for building site templates for SharePoint.
4-
ms.date: 06/28/2022
4+
ms.date: 07/28/2022
55
ms.localizationpriority: high
66
---
77

@@ -926,6 +926,9 @@ To enable the web scoped feature that allows for Events Lists to be created (fea
926926
Use the `triggerFlow` verb to kick off a custom flow.
927927
<!-- update this with example from trigger workflow topic -->
928928

929+
> [!TIP]
930+
> The article [Calling Power Automate from a site script](/sharepoint/dev/declarative-customization/site-design-trigger-flow-tutorial) provides an end-to-end example.
931+
929932
#### JSON values
930933

931934
- `url`: A trigger URL of the flow.

0 commit comments

Comments
 (0)