Here is one way:
- In the table that is the source of your list, add a Number column and number the rows from 1 to 4.
- Now add an if-then-else column:
– If row number is less than 4, then true
– If User Profile → Role is Admin, then true - Now use that if-then-else column as a filter on your list, only showing rows where that column is checked.
thank you @Darren_Murphy , your way worked…
