Workflow: Actions

Actions are exactly what their name suggests, a way to define something you want the application to do. Examples of actions include: Sending an in-app notification, creating a new record or updating an existing record. Actions need to be launched to actually do their work, and this is done using either Workflow Action Buttons or Triggers.

An App Designer can create and edit actions from the Actions Dashboard. To access the Actions Dashboard:

Edit App > Actions

Actions Dashboard

The Actions Dashboard shows all available actions for the current application, displayed as a list. An App Designer can create, update and delete actions from here. Each action has it’s own row menu (three vertical dots on the far right side) which lets you work with the action.

Actions Dashboard
Action Edit

Each action row has the following options:

ItemDescription
Expand Details – Click on to see summary details of the actions settings.
Action Menu – Click on to see menu options:
Test WebhookTrigger the webhook now, used for testing the action. (This option only displays for Webhook actions.)
EditOpens the action so it can be reviewed edited. (See Creating a new Action, below, for details of the Action Form.)
RemoveDeletes the action from the application.

Creating a New Action

To create a new action, click on the + Create New Action button at the top of the dashboard. You will then be presented with the New Action dialog box:

New Action Dialog

All actions share the same first three fields, and the Cancel and Create buttons:

ItemDescription
Select Action TypeSelect the action type, options are:
App Notification – Send an in-app notification.
Assign User to Role – Assign the user names stored in a form field to a dynamic role.
Create Record – Create a new record in the app.
Update Record – Update one or more existing app records.
Webhook – Interact with external systems via webhooks.
Action NameThe name of the action. (This name is only seen by App Designers. Try to make it descriptive of the action’s purpose.)
Description[Optional] More detailed description of the action, if needed.
CancelCancels the creation of the new action.
CreateCreates the new action and opens the action editor so you can see the configuration for a final review. The action has already been created and saved.

We will now describe the specific configuration options and details for each of the action types.

App Notification Options

App Notification Action
ItemDescription
Setup
ApplicationFixed value of the current application. It can’t be changed.
FormSelect the form to use with new app notification. Allows values from the form’s fields to be included in the notification text, similar to how field values can be added to the subject or body of an email template.
TitleEnter the text for the message. Typing a “@” character brings up a list of fields from the selected form and allows the field’s value to be included in the message.
Recipients
Stage RolesAll of the Roles who have access to the record being processed by this action, at it’s current workflow stage, will be sent the notification.
SelectedDisplays message recipient fields that work exactly the same way as defining recipients for email templates. (See this article for details on defining recipients: Workflow: Email Template Editor.)

Assign User to Role Options

Assign User to Role Action
ItemDescription
Setup
ApplicationFixed value of the current application. It can’t be changed.
FormSelect the form to use.
Role to AssignSelect the name of the dynamic role you want to update.
Create a new Dynamic RoleDisplays ‘Role Name’ and ‘Description’ fields for you to define a new dynamic role to create and use in this action. The new dynamic role is created as soon as you click on ‘Create’ to create this new action. This has the same outcome as creating the new dynamic role first, and then creating the action and selecting its name.
FieldThe name of the field on the form to get the user name(s). Only user name related fields will display in the list.

Create Record Options

Create Record Action
ItemDescription
Where will the new record be created?
ApplicationSelect the application where the new record will be created.
FormSelect the form to use for creating the new record.
Copy values from (Source Form)
Source ApplicationSelect the source application.
Source FormSelect the form containing the fields that will be included in the new record creation.
What values will the new record have?
Target FieldThe field in the destination form, and hence the new record we are creating, who’s value we want to set.
ValueThe value to set for the Target Field. Options are ‘Field’ to define a field from the source form to copy the value from or ‘Custom’ to define a specific value.
Source FieldThe source field or custom value that will be added to the destination field.
+ Add Field MapAdds a new Target Field row so you can define an additional field to be set on the new record. You can add as many as you need.

Update Record Options

Update Record Action
ItemDescription
Where will the record be updated?
ApplicationSelect the application where the record(s) you want to update resides.
FormSelect the form used by the record(s) you want to update. You can only update records from a single form in a specific action.
What fields do you want to modify?
Target FieldThe field in the destination form, and the target record(s), who’s value we want to set.
Default ValueThe custom value that the Target Field is going to be set to.
+ Add field MapAdds a new Target Field row so you can define an additional field to be set on the new record. You can add as many as you need.

Webhook Action Options

Webhook Action
ItemDescription
Select FormSelect the form that the webhook will receive information from.

The full configuration of a webhook action is done in the Action Editor, which opens as soon as the ‘Create’ button is clocked.

Action Editor: Webhook Action
ItemDescription
NameGvien name of the webhook action.
Description[Optional] Brief description of the action.
Request Details
MethodWebhook REST method to execute.
ProtocolProtocol supported by the webhook (HTTP or HTTPS).
Webhook URLURL of the webhook that will receive data from GW Apps.
Security
Authentication typeIf the webhook requires authentication you can pass the required authentication information. Options are:
Basic Auth – Required Username and Password fields display.
Bearer Token – Required Bearer Token field displays.
JWT – Algorithm, Expiration, Secret and JWT Payload fields display.
Header DetailsYou can add header Key-Value pairs supported or required by the webhook.
Request Body
Request BodyYou can choose what type of Body to include in your request:
Full Record – Data from all fields is sent in the JSON payload.
Partial Record – Displays ‘Select fields to include’ field. Only listed fields will be sent in the JSON payload.
Advanced – Displays ‘Custom JSON Body’ field. Enter the required JSON.
Request Content TypeSupported Content Type is Application/Json
Response Details
Accepted Status CodesSelect: ‘Single Code’ or ‘Range of Codes’
Status CodeEnter the status code that signifies a successful submission. (Displays if ‘Single Code’ is selected for ‘Accepted Status Codes’)
Range FromEnter the lowest numeric value of status code that signifies a successful submission. (Displays if ‘Range of Codes’ is selected for ‘Accepted Status Codes’)
Range ToEnter the highest numeric value of status code that signifies a successful submission. (Displays if ‘Range of Codes’ is selected for ‘Accepted Status Codes’)
Request TimeoutMaximum time GW Apps will wait for a response code from the webhook recipient.
RetriesShould GW Apps retry the webhook submission if the first attempt times out, and if so, how any times. Options are:
– Don’t Retry
– 1
– 2
– 3

Create Word Doc Action Options

Create Word Doc Action
Create Word Doc

This feature allows you to create a MS Word Doc from a record’s data. The Word Doc layout is first created externally, and then uploaded to GW Apps when creating the action. GW Apps will match the field Short Codes on the Doc with data from the associated fields on a form. The exported document is a Word Doc file (.docx).

How to Use

  • Begin by creating and designing the layout of your Word Doc (.docx file) externally in a word processor of your choosing. The file must be saved as a .docx file.
  • Add field Short Codes in curly brackets to your Word Doc to designate field data you’d like to capture (see image below). The Short Codes in your Word Doc must match the field Short Codes on the form selected in the Select Form dropdown when creating the action.
  • Upload your doc when creating the action using the Upload MS Word Document button.
  • Finally, choose whether to attach the doc to:
    • An Attachment Field: For this option, you must have an Attachment Field on the selected form. This option will update the record with the Word Doc attached.
    • An Email Template: For this option, you must have an existing email template for the selected form. This option will attach the the file to the selected email template as a Word Doc.

Fields not currently supported: Images | Embedded Views | Dynamic Tables

Create Word Doc

PDF Attachment Action Options

PDF Attachment Action

This action will automatically generate and attach a PDF Template to an Email and/or an Attachment Field on the selected form. Note that you must first design the PDF Template, and that you must have an Email Template and/or an Attachment field associated with the selected form.

ItemDescription
Select FormSelect the form that contains the desired Attachment field and/or Email Template you want to attach the PDF to.
Select PDF TemplateSelect the PDF Template you want to generate and attach.
How would you like to share the PDF Document?
Email PDF AttachmentSelect this option to attach the PDF to an existing Email Template. After selecting this option, a dropdown menu will appear where you must select the Email Template to attach the file to.
Attach PDF Attachment to FieldSelect this option to attach the PDF to an existing Attachment Field on the selected form. After selecting this option, a dropdown menu will appear where you must select the Attachment Field to attach the file to.

Calendar Event Action Options (Google Calendar)

Calendar Event Action

This action allows you to automatically create Google Calendar events from your applications. After authorizing access to your Google Calendar, you can create new calendar events based on a form in your app. Conditions and filters can be applied to ensure events are only created under specified conditions.

ItemDescription
Select FormSelect the form that contains the event data.
Select Calendar TypeChoose the Calendar Type. At the moment, “Google Calendar” is the only option.
Where will the record be created?
Select CalendarThe Google Calendar where events will be created.
Create or Update calendar event when?Set the conditions that determine whether or not the action adds /updates an event to the calendar.
Event Setup
Event TitleThe title of the event that will display on the calendar. You may use field short codes to dynamically determine the event title.
Event DescriptionThe description of the event. You may use field short codes to dynamically determine the event description.
Start Date & End DateChoose the fields or set a custom value for then Start and End date of events created with this action.
Event PropertiesSet whether the event is an All-day Event, and if the event will include a Google Meet conference room link.
Start Time & End TimeChoose the fields or set a custom value for then Start and End time of events created with this action.
Notify attendees when invite is created?Optionally send a notification to all event attendees notifying them of their invitation.
+ Add AttendeeSelect to add attendees either based on form field(s) or custom value(s).
Delete EventOptionally automatically delete an event when certain conditions are met.
Updated on January 24, 2024

Was this article helpful?

Related Articles