I have a column in the table and I want to co...

I have a column in the table and I want to copy data from that column to another column of the same table. Is it possible to do so?

0 4 345
4 REPLIES 4

@Nidhi_Shrivastava, Do you wish to always

replicate

the data from one column to another by default or based on certain condition ?

@Suvrutt_Gurjar

yes. Basically I have an enumlist i want that whatever user selects from this list it should be diaplayed in another column of the same table.

Thank you for the update. Could you please add any specific reason you would like to replicate this column as it is in the same table,

instead of displaying it or using it in calculation on its own?

Otherwise normally you could create another Enumlist type column say [Column 2] and with app formula as = [Column 1] where [Column 1] is the first Enumlist column that user makes selections. Please note that this copied column will be read only since it has app formula and will be displayed as simple list in views.

Thanks I will try to do so. As the client wants to replicate the column I have to do so.

Top Labels in this Space