How to show a grid only for admin user and when the wizard step is number 2

How to combine two conditions to show a grid only when use is admin and when the wizard step is 2? Used below condition for wizard step 2, but also want to add one more condition to check if user is an admin.

To check wizard step :

showwhen: or(local!currentStep = 1)

  Discussion posts and replies are publicly visible