Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have input field is string and output is also string.
Using this field to write expression (I need to filter data based on this condition) row3.Organization_Name.equals("MM")
and also I tried row3.Organization_Name=="MM"
but it gives error cannot convert string to Boolean. can u please help me with solution
do we have like operator in talen..because I need to handle row3.Organization_Name like"M%"