Your link attribute has 2 question marks in it. Make sure you use &
after the first token to send both down.
<link>/app/dashboard/?form.token1=$row.field1$&form.token2=$row.field2$</link>
Your link attribute has 2 question marks in it. Make sure you use &
after the first token to send both down.
<link>/app/dashboard/?form.token1=$row.field1$&form.token2=$row.field2$</link>
it's worked , but Splunk XML for work correctly need &
but it's ok!
/app/dashboard/?form.token1=$row.field1$&form.token2=$row.field2$
Thank you!