advanced(?) jsonpath expression #14222
Unanswered
static-moonlight
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to have a more complex jsonpath expression. Either as expression (
{{=jsonpath([...])}}
) or asvalueFrom:
+jsonPath:
construct directly in the yaml.What I have is a json structure like this:
I want to select 1 specific entry, e.g. select the path attribute of the first entry, where name ends with ".png". In this case the result should be a simple string:
path/to/file.png
.Can I do that with Argo's built-in expressions?
Beta Was this translation helpful? Give feedback.
All reactions