I'm trying to use a branch to determine if a DataIterator output is null or contains a certain value. If so, the loop will end. However, I'm getting an error when I try the syntax below with includes.
I wonder if the String method includes is not supported.
Could you please try the following code snippet instead?
DataIterator7410_outputData.indexOf("WorkAssignment") >= 0
What error are you getting? DataIterator7410_outputData is undefined?
Thanks Octavio! That worked.