How to use string expressions with Write Range Workbook

@emir_ozsimsir

In your case after Extract Table Data activity take For Each Row in Data Table activity in this take Assign activity as

CurrentRow("Column")=CurrentRow("Column").ToString.Replace("TL","")

After that take Write Range Workbook activity

Note: After Extract Table Data activity no need to take Write Range Workbook activity, Read Range Workbook Activity and Output Data Table activity.

I hope you understand!!