Hi Splunkers.
I have table like this
| Number | Value |
| 1 | Alpha |
| 2 | Beta |
| 3 | Charlie |
I want to get the row on Value column inside the alerf of email body.
I expect the alert like this.
"Dear Team,
this result on the value column
1. Alpha
2. Beta
3. Charlie
Thankyou"
I have tried using $result.Number$. $result.Value$ but the result only show the last of Value "3. Charlie".
Please advice.
Thank you