Hi
I have a multiline text column in a SharePoint online list. I have versioning turned on.
I dont use append text due to my setup it's not possible. (Modern look and so on)
Now i want to extract only the latest input from this mutliline text column. For example.
I type "Hello" i can extract hello and send as a email. Next time i edit this case i type "Hello Again" my email is not sent containing both "Hello" and "Hello Again" i would like to only send the latest added text to the column. How can i extract that? Usinng versioning i can maybe compare? But how do i only get the latest added text in that column?