i am reading data from one csv file, Making some changes from that data. Data Manipulation using string functions
and storing those varible to data table using add data row activity.
all the variable i want to store are in string
and i am getting this error.
Add Data Row: Input string was not in a correct format.Couldn’t store in Username Column. Expected type is Int32.
Check this xaml, In the build data table you have created the NickName column as Int32 type, which should be a string type as per your current scenario. Modified it. Check and let me know if you are facing issues.