'SharePoint Online column hide issue

Need to hide the sharepoint list columns for specific users without javascript Site owner will be able to see all columns of that particular list



Solution 1:[1]

If you don't want to use JavaScript to hide list columns based on user permissions, you can try to use PowerApps to customize the list form to hide the columns. There is a thread about this topic, you can refer to it.

Note: This is not security, this is just hiding fields. A savvy user could use other means of modifying the list.

If you want the list is secure, it is recommended to create two lists for different users and set permissions based on your need.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Kally_MSFT