What is the best way to use text expression (left(), right()) in decision and choice stage?
Consider a data item of type text called "Data1" ; Data1=Continent I want to use a decision and choice stage If( left(Data1,3)) = Con - then take Yes path else No --THROWS ERROR INCORRECT USE OF FUNCTIONS; Same for choice. check for if(left(Da...