Using Cucumber for Appian on IntelliJ - Trying to Select a 'Card'?

Hi there! I am attempting to select a Card from a Menu Tab using Cucumber for Appian. The script is simply a smoke test hoping to click on the links/buttons/cards. Clicking on the card will link to a process model that I would just take a snapshot of. 

The code looks like this but button is not the correct keyword. The snapshots attached will display the Appian Designer snippets:

= load(
local!actions: {
{
actionName: cons!ENT_LABEL_CREATE_USER,
icon: "address-card",
processModel: cons!ENT_PM_ADD_USER,
showWhen: isusermemberofgroup_21r2(loggedInUser(),cons!ENT_GROUP_SYSTEM_ADMINISTRATORS).

I am attempting to click on the button 'Create User'. It is being described as a Form Layout>Column Layout so maybe I am not selecting the correct Gherkin language. Is this a "I click on (card) (action) (button) (link) (menu)"? Sorry but just a little lost here!

     

Scenario: Navigate to the Actions tab
Given I navigate to site "user-access-management" page "admin-actions"
#And I click on button "Create User"
And I click o

  Discussion posts and replies are publicly visible