-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTrigger.json
More file actions
41 lines (41 loc) · 879 Bytes
/
Copy pathTrigger.json
File metadata and controls
41 lines (41 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"$schema": "http://columnformatting.sharepointpnp.com/columnFormattingSchema.json",
"elmType": "span",
"style": {
"color": "#0078d7"
},
"children": [
{
"elmType": "span",
"attributes": {
"iconName": "Flow"
}
},
{
"elmType": "button",
"txtContent": "Get Sign Link",
"customRowAction": {
"action": "executeFlow",
"actionParams": "{\"id\": \"af7881b6-208f-48b7-80eb-63c1e3bd500f\"}"
},
"style": {
"background-color": "purple",
"color": "white",
"visibility": {
"operator": "?",
"operands": [
{
"operator": "==",
"operands": [
"[$DraftState]",
"Sign"
]
},
"visible",
"hidden"
]
}
}
}
]
}