I have a view page display to show some content and I added a contextual filter to filter by user id [uid]. It works fine.
I need to create the path to be shown in the Main Menu including the token for user id at the end of the path. Something like /tus-lotes/[uid]
If I try with: /tus-lotes/% I get this error message:
Views cannot create normal menu items for paths with a % in them.
But I see that the path doesn't accept token. How can I accomplish this?
Please look the capture:

