I am having a action button approve only for the department heads
The user will submit a record for more than one department head
Action button will appear for the corresponding department heads,if one department head approve the action button should not show to them,the remaining department heads should see the action button.
Can suggest some expression ??
Solved! Go to Solution.
Oops! Try this instead:
ISBLANK(
FILTER(
"log table",
AND(
([Email ID] = USEREMAIL()),
([_THISROW].[Record ID] = [Record ID])
)
)
)
User | Count |
---|---|
16 | |
11 | |
9 | |
8 | |
4 |