Hello @Regine
You can use Split method to Split the string.
Split(“Hello worldmy name is”,“world”)[1]
This will give you my name is
Hello @Regine
You can use Split method to Split the string.
Split(“Hello worldmy name is”,“world”)[1]
This will give you my name is