Hey @Product,
I'm trying to use a regex expression to find a specific object in a JSON body. Is there a specific language/regex model (I don't know the proper terminology) that is used for json paths?
The reason I ask is, I'm trying to make the whitespaces more flexible when trying to find an object. If it were a normal regular expression using the 'Compare/Extract/Replace using a Regex Expression' WA, I'd use \s* so that the specific number of whitespaces between words won't affect the search.
However with the Retrieve values from JSON WA, this particular identifier doesn't work