Unable to access Record Actions

Unable to access Record Actions on interface by Basic user

I gave visibility as "true" for the Record Action. The Record Action is visible for Admin user but not for basic user.

Please give suggestions to haddle this.

Even tried the below code, did not work for basic user.

Note: I have a process model to update the form.

=if(
  a!isUserMemberOfGroup(
    loggedInUser(),
    cons!New_group
  ),
  true,
  false
)

  Discussion posts and replies are publicly visible