L - Value Error

image

Hi @Soudios

Please Make Sure that all the 3 variables you are concatenating are of Type String.

Below is how you can Handle it.

Try :

Put .toString after ClientID and ClientName and ClientCountry as shown below.

ClientId.ToString + “-” + ClientName.ToString +“-”+ClientCountry.ToString