I have a query like this:
213123123-231231230342 | transaction startswith="user login process start" endswith="user login process end"
Where it's returning the login flow for a given user. Similar to the out but below. How can I break all of the new lines in the results from the transaction into their own events?
I'm not sure there's a way.
If you want separate events, why did you use transaction
? It puts events together.