I am trying to use a prepare recipe to remove the first x characters from a string and keep the remaining characters.
Hi @fromo. This should do the trick:
In that example I'm removing 3 characters, you can change the 3 with whatever value you might want to use.
Cheers!