form control based on users in sharepoint lists

  • 30 November 2020
  • 1 reply
  • 2 views

Badge

Hello,

 

I am trying to control a specific form (text box) to be in display mode for everyone except users who are in specific list (not groups)

 

I apologize if my terminology is not correct as i inherited a project with zero experience in nintex 🙂

 

from reading the forums for past two days, the simple way to do it is:

9592i2BCF60956CE42634.png

 

unfortunately this is not an option for me as the way the flow is designed is using sharepoints lists and not separate groups

 

So I have multiple lists, lets call them:

List Aa

List Bb

List Cc

 

if I want only users from "List Bb" to be able to edit this form, while other users in Aa and Cc can only see the form but unable to edit it.

the Lookup function (used to look up users in list) doesnt exist in the Appearance expression like the picture above. Is it impossible to do something similar to group but with list?

 

Thank you

 

 

 

 


1 reply

Badge +6

Hi @Mo1986 

 

Have you tried using the lookup() function to read the list, and then using the contains() function to compare the list to the current user?

 

Ed

Reply