-
Hi all ! I do probably something wrong, but I can't get to work simplest things:
It returned:
while the same things with
which returns:
I would be really appreciated if some one will find a time to explain what Im doing wrong |
Beta Was this translation helpful? Give feedback.
Answered by
TomWright
Dec 12, 2021
Replies: 1 comment 1 reply
-
You'll want to use
https://dasel.tomwright.me/s/9be8b009-da16-4e97-97ee-b3be52547492 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CompuRoot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll want to use
.[*].name
here..name
is looking for a name property on the array, for which there isn't.[*]
performs the multi select for all items in that array, and then you can target the name of each.https://dasel.tomwright.me/s/9be8b009-da16-4e97-97ee-b3be52547492