Remove Column Values

I need to remove the column values from the data table not the column. How to do this?

1 Like

Hi @agathiyanv
You will need to iterate each row and update the value with an empty value.

I think it will be easier remove the entire column and then add a new one with empty values.

Hope that helps,
Andres

1 Like

Hi @agathiyanv

Check out the video link and docs

https://docs.uipath.com/activities/docs/remove-data-column

Regards
Gokul

HI @agathiyanv

Can you give us some sample input and your expected output?

Regards
Sudharsan

Hi @agathiyanv
I think the best way to do it, is to assign empty value to the column (in all rows):
image

Just don’t forget the single quotes around your empty string.
Let me know if that works for you :slight_smile: