-
I have jq filter in my watch, that outputs json formatted data to {{current_sapshot}}. Is there a way to parse this string and use it in notification template as dict, not just string? There is no current_sapshot: [
{
"inboundDate": "13.09.24",
"outboundDate": "03.09.24",
"amount": "6027.3279"
},
{
"inboundDate": "14.09.24",
"outboundDate": "03.09.24",
"amount": "8339.2073"
},
{
"inboundDate": "15.09.24",
"outboundDate": "03.09.24",
"amount": "9667.3564"
},
{
"inboundDate": "16.09.24",
"outboundDate": "03.09.24",
"amount": "5400.0836"
}
] |
Beta Was this translation helpful? Give feedback.
Answered by
dgtlmoon
Jul 9, 2024
Replies: 1 comment 3 replies
-
what is it you want to achieve exactly? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently WIP #2378