Im trying to trigger an event in a flow file when a user clicks on a link. I can only get flow files to work when the user presses a button so submit a form, but i cant get it to work with html links. I can't find one example of syntax that demonstrates this, although in documentation it suggests that it can be done.
i.e <a href="~event=search">Order 1202</a>
What is the correct syntax?