How to remove digits from a linkedin URL

Hi @Michael10,

Welcome to the community. If the digits are always split by an -, you can use the split() inline function and then get() to get the first part (which is everything before the -)

Cheers,
Henk