-
|
Hello, Is it possible to fetch the first items of a list and data inside this list using filters data ? I have this event input : And i want to select the Plus i want to apply this regex on the result is this possible ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Problem solved what is not working is the regex and particularly |
Beta Was this translation helpful? Give feedback.
Problem solved
Actually it’s possible to use
body.event_data.resources.0.resource_urlto get the first item of the list.what is not working is the regex and particularly
?!called negative lookahead which is not supported in golang.More details here