Time Tracking Submission
  • 22 Dec 2021
  • 1 Minute to read
  • Dark
    Light

Time Tracking Submission

  • Dark
    Light

Article Summary

Overview

Need Help Installing an App?
Refer to the Introduction to App Store article for a step-by-step explanation for installing apps from the App Store.

The Time Tracking Submission app provides an example workflow that allows a user to submit hours and dates for tasks into a data grid commonly used in HR processes. This app, like every app in the App Store, can be implemented as-is or customized to fit any business's needs.

Upon installation, the workflow consists of the following Designer Elements:

Designer Element TypeDesigner Element NameFunction
FlowTime Tracking Flow
Parent Flow containing the sequential logic for the entire process
Data FlowAdd Time EntryCreates an entry based on the user's submitted data
Data FlowCalculate Total HoursCalculates sum total of hours of entries by the user
Data FlowCalculate Total PayMultiplies sum total hours by pay rate input to create total pay
FormConfirmation Form
Form displays confirmation message upon successful user submission
FormTime Tracking Submission FormForm displays inputs for user submission
Simple Data StructureHoursDataStores data members such as Date, Hours, Task, etc. in an entry



Walkthrough

After installing the Time Tracking Submission app, it can be located within the My Apps Folder in the 'Time Tracking Submission' Designer Folder unless named otherwise. 

Upon starting the parent Flow, the Time Tracking Submission Form appears.


Users may submit personal information within the Employee Information section. The Add button generates a new row entry in the Data Grid with the date, hours and task inputted by the user. 

The Total Hours is re-calculated upon adding a new row entry and determines the Total Pay field by multiplying it by the provided Pay Rate. 


Once all desired row entries are created, hitting the Submit button then opens the Confirmation Form ensuring successful submission of the inputted data.


Was this article helpful?