String.Format is not working in newer version(2020.XX)

Hi All,

I was using String.Format in below format it was working in older version but now its throwing an error.

String.Format"
",dlNAME.ToString)

is there any alternative solution to perform this ?.

Requirement : Robot will get DL details from ticket which needs to enter in 1 application from there it should select the same DL.

@swapna

Can you share the value clearly?

Also provide few samples for your problem

Thanks

Robot should select mentioned DL and selector is “String.Format(”“,dlNAME.ToString)”

String.Format(“”,dlNAME.ToString)