1
+ {
2
+ "flow_type" : " template" ,
3
+ "flow_name" : " countdown_days" ,
4
+ "status" : " released" ,
5
+ "rows" : [
6
+ {
7
+ "type" : " title" ,
8
+ "name" : " title" ,
9
+ "value" : " Change countdown days" ,
10
+ "_translations" : {
11
+ "value" : {}
12
+ },
13
+ "_nested_name" : " title"
14
+ },
15
+ {
16
+ "type" : " text" ,
17
+ "name" : " text_1" ,
18
+ "value" : " Countdown days: @fields.countdown_days" ,
19
+ "_translations" : {
20
+ "value" : {}
21
+ },
22
+ "_nested_name" : " text_1" ,
23
+ "_dynamicFields" : {
24
+ "value" : [
25
+ {
26
+ "fullExpression" : " Countdown days: @fields.countdown_days" ,
27
+ "matchedExpression" : " @fields.countdown_days" ,
28
+ "type" : " fields" ,
29
+ "fieldName" : " countdown_days"
30
+ }
31
+ ]
32
+ },
33
+ "_dynamicDependencies" : {
34
+ "@fields.countdown_days" : [
35
+ " value"
36
+ ]
37
+ }
38
+ },
39
+ {
40
+ "type" : " text" ,
41
+ "name" : " text_2" ,
42
+ "value" : " Choose a number of days to count down" ,
43
+ "_translations" : {
44
+ "value" : {}
45
+ },
46
+ "_nested_name" : " text_2"
47
+ },
48
+ {
49
+ "type" : " number_selector" ,
50
+ "name" : " countdown_days" ,
51
+ "value" : " @fields.countdown_days" ,
52
+ "_translations" : {
53
+ "value" : {}
54
+ },
55
+ "parameter_list" : {
56
+ "max_value" : " 14"
57
+ },
58
+ "_nested_name" : " countdown_days" ,
59
+ "_dynamicFields" : {
60
+ "value" : [
61
+ {
62
+ "fullExpression" : " @fields.countdown_days" ,
63
+ "matchedExpression" : " @fields.countdown_days" ,
64
+ "type" : " fields" ,
65
+ "fieldName" : " countdown_days"
66
+ }
67
+ ]
68
+ },
69
+ "_dynamicDependencies" : {
70
+ "@fields.countdown_days" : [
71
+ " value"
72
+ ]
73
+ }
74
+ },
75
+ {
76
+ "type" : " button" ,
77
+ "name" : " button" ,
78
+ "value" : " Save" ,
79
+ "_translations" : {
80
+ "value" : {
81
+ "kw_ar" : true
82
+ }
83
+ },
84
+ "action_list" : [
85
+ {
86
+ "trigger" : " click" ,
87
+ "action_id" : " set_field" ,
88
+ "args" : [
89
+ " countdown_days" ,
90
+ " @local.countdown_days"
91
+ ],
92
+ "_raw" : " click | set_field: countdown_days: @local.countdown_days" ,
93
+ "_cleaned" : " click | set_field: countdown_days: @local.countdown_days"
94
+ },
95
+ {
96
+ "trigger" : " click" ,
97
+ "action_id" : " emit" ,
98
+ "args" : [
99
+ " completed"
100
+ ],
101
+ "_raw" : " click | emit: completed" ,
102
+ "_cleaned" : " click | emit: completed"
103
+ }
104
+ ],
105
+ "_nested_name" : " button" ,
106
+ "_dynamicFields" : {
107
+ "action_list" : {
108
+ "0" : {
109
+ "args" : {
110
+ "1" : [
111
+ {
112
+ "fullExpression" : " @local.countdown_days" ,
113
+ "matchedExpression" : " @local.countdown_days" ,
114
+ "type" : " local" ,
115
+ "fieldName" : " countdown_days"
116
+ }
117
+ ]
118
+ },
119
+ "_raw" : [
120
+ {
121
+ "fullExpression" : " click | set_field: countdown_days: @local.countdown_days" ,
122
+ "matchedExpression" : " @local.countdown_days" ,
123
+ "type" : " local" ,
124
+ "fieldName" : " countdown_days"
125
+ }
126
+ ],
127
+ "_cleaned" : [
128
+ {
129
+ "fullExpression" : " click | set_field: countdown_days: @local.countdown_days" ,
130
+ "matchedExpression" : " @local.countdown_days" ,
131
+ "type" : " local" ,
132
+ "fieldName" : " countdown_days"
133
+ }
134
+ ]
135
+ }
136
+ }
137
+ },
138
+ "_dynamicDependencies" : {
139
+ "@local.countdown_days" : [
140
+ " action_list.0.args.1" ,
141
+ " action_list.0._raw" ,
142
+ " action_list.0._cleaned"
143
+ ]
144
+ }
145
+ }
146
+ ],
147
+ "_xlsxPath" : " KW app_navigation.xlsx"
148
+ }
0 commit comments