Edit Form by only Created By user

BGD
Bronze 5
Bronze 5

Hello Everyone ,

I am bit stuck here as I am new to appsheet. I have created a view of the submitted ticket like below 

BGD_0-1686947490823.png

where whenever I click any row it allow me to have detail view of each row like below 

BGD_1-1686947568318.png

there is a edit option that I only wanted to have for that row where Entered By id is equal to USEREMAIL().

I tried to compare value with the expression [_thisrow].[Enetered By]=USEREMAIL() in show if option available in edit ticket view like below 

BGD_2-1686947777899.png

BGD_3-1686947789688.png

but it says this expression can not be evaluated in context of row 

BGD_4-1686947835132.png

so I am not sure how to evaluate the expression thats helps to make the detail view editable only for user who has created the ticket. they can only view the ticket but not able to make any changes.

Please if anyone has any idea do share 

Thank you in advance.

Bhawna Gupta

Solved Solved
0 2 100
1 ACCEPTED SOLUTION

That's not where you should be putting such an expression. Put it on the Edit action's behavior config. Also remove the "[_THISROW]." portion.

View solution in original post

2 REPLIES 2

That's not where you should be putting such an expression. Put it on the Edit action's behavior config. Also remove the "[_THISROW]." portion.

Thank You So much

Top Labels in this Space