I would like to know if there is a way to tackle the issue when a end user clicks on “Download CSV”, I would like to lock/ block the user from downloading the attachments type column as the CSV file captures URL links of all the attachments from the table.
There’s not a way to enforce it, but the way to accomplish it is to create a new view & hide the fields that you don’t want to be a part of the CSV download. Then, perform your CSV download from that view.