Hi,
I Need help in using getter chain on return values so as to split the desired content from return value.
e.g
if return value is xyz,test,abc so need to use split to get xyz. PFB the snap .Do tell me what is wrong in this
On using this am getting "Could not Evaluate,Cannot find specified method"
Found the answer myself "We need to use toString().split(\,).[0]" Need to use tostring() for the split function to work
Found the answer myself "We need to use toString().split(\,).[0]" Need to use tostring() for the split function to work