Why the output is not consistent when I run the workflow each time

I split the output of “Get Full Text” into different row by using the formula below:

However, I will get 2 different outputs when I run the workflow each time. Below are the 2 outputs:
Output 1
image

Output 2

Any suggestion to make the output more consistent as output 1?

1 Like

Your expression looks fine
But ensure that you have NewLine between each sentence

And try with this expression

Split(yourstringvariable.ToString, Environment.NewLine.ToArray())

Cheers @Xian

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.