Clay Icon

How to Create a User-friendly View and Protect Specific Columns in Updating Information?

ยท
ยท

I need to create a view so a non technical user can update information. How do I protect some columns (eg Company Name and Company Website) so the user cant accidentally cut and paste their grocery shopping list into the company name column?

  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    Ahh, that's a tough one with the current limited settings we have but the team is working on some admin options. For now, I'd probably download a CSV instead, but if you really need them to check it in Clay: I'd create a second table and either use the CSV to import those records you want them to see, or push the data out with Write to table.

  • Avatar of Ian M.
    Ian M.
    ยท
    ยท

    Ok, had come to the same conclusion (or use Google Sheets)