I have a excel in which I have two columns such as username and path, in which path tell me the username has visited how many paths through the user has logged in. so how can I display the user's activity through path like a flowchart.
For eg. user1 --- api/login then visited api/login/invoice page.
so I want to display the path of the user through the process . So could you help me out with it?