Hello,
Can you help me to select the first 3 words of a string?
I just get the first word with:
First(Split((ThisItem.Frage), " ")).Result
But I do not know how to get the first 3 words of the sentenced (all words are seperated with " ")
Best wishes,
Anna