how to remove asterisk?

DEVIMPLOY_Autom_0-1673008149254.png

how to remove asterisk?

Us the SUBSTITUTE() function and replace with “” (empty string). The expression would be like this:

SUBSTITUTE([Column Name], "*", "")
4 Likes