only admin can fill certain columns-simple issue

hi guys,

I have a simple form for user. when user is filling the form, remarks column shud not appear or not viewable by user. After user submits the form, admin can add remarks.

I have a separate table where i have bifurcated the role as employee & admin.

Pls help me out to carve out the exact method or give me some idea, how this would work.

tried chatgpt, didnt worked properly

0 2 66
2 REPLIES 2

Use this sample in show if and editable if

LOOKUP(USEREMAIL(),"user_role","Email","Role"),LIST("DEV","ADMIN"))

thanks friend..i wil try this

Top Labels in this Space