You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/pipedream_utils/actions/extract-by-regular-expressions-list/extract-by-regular-expressions-list.mjs
+49-31Lines changed: 49 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -8,40 +8,57 @@ export default {
8
8
type: "action",
9
9
props: {
10
10
pipedream_utils,
11
-
alert: {
12
-
type: "alert",
13
-
alertType: "info",
14
-
content: "Start by defining the keys you want to extract. Each key will have its own input and regex configuration.\nMake sure to Refresh the fields at the bottom after changing a configuration.",
15
-
},
16
-
keys: {
17
-
type: "string[]",
18
-
label: "Keys",
19
-
description: "The list of keys to use for the result map",
11
+
key_0: {
12
+
type: "string",
13
+
label: "Key",
14
+
description: "The key where the extraction result for a regex will be stored",
20
15
reloadProps: true,
21
16
},
17
+
input_0: {
18
+
type: "string",
19
+
label: "Input",
20
+
description: "The text you would like to find a pattern from",
0 commit comments