I have following list setup
CATID | CATNAME | MAINCAT |
A | ANAME | E |
B | BNAME | E |
C | CNAME | R |
D | DNAME | R |
E | ENAME | R |
Username (People and Group) | MAINCAT |
User1 | E |
User2 | R |
User3 | E |
User3 | R |
Column1 | Column3 | MAINCAT |
abcd | efgh | R |
dfsf | sddf | E |
Based on List Transaction I have created a Nintex Form, and I want to achieve following
If the Current User is “User1” then the dropdown will show only CATNAME (ANAME and BNAME) and if “User3” is a current user then all category will be display.
Any Idea how can I achieve this ?