Remove artist from %title%

Your example was:

In this example there is a tracknumber (01) followed by a space in the title.
If you have other files without a tracknumber in front you can't use the same format string.
You have to use instead
%title% - %artist%
That means
Import the present content of TITLE up to " - " to the title-tag and put the rest to the artist-tag.

Anyway there is an easier way to do the job:
Because I see in your screenshots that the filename is identical to the title and has all necessary informations you can use Convert → Filename - Tag instead of an action. This gives you a immediate preview of the results so you can learn how to build the format string.