web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Timer Control in PowerApps

Ram Prakash Duraisamy Profile Picture Ram Prakash Duraisamy 2,287

Introduction:

In this Blog we will see how to use Timer Control in PowerApps Environment

Implementation Steps:

Implementation Steps:

 

1. Navigate to https://make.powerapps.com 

2. Create a new Solution 

3. Add an Existing Entity or Add New Entity  

4. Create New Field

         --> Timer End date (Date and Time)

         --> Timer Start date ( Date and Time)

         --> Status Field with (In-Progress, Pending, Completed) (Choice)

3073.png

 5. Add the Created Fields in the Form 

8446.png

6. Now Navigate below Steps

  • Navigate to https://make.powerapps.com
  • Click Gear Icon at the Top  --> Select Advance Settings
  • Select Cuztomization --> Click Customize the system
  • Expand Entities --> Expand the Table where you have created the fields
  • Click Forms --> Open Main Form
  • Click Insert at the Top then Select TIMER 

6303.png

7. Enter the Name and Label 

6076.png

  • Failure Time Field --> When Timer Should be Failed
  • Success Condition --> When Timer Need to be Success
  • Failure Condition --> When Timer Need to be Failed
  • Warning Condition --> When Timer Need to be Warning
  • Cancel Condition --> When Timer Need to be Cancelled
  • Pause Condition --> When Timer Need to be Paused

Based on the Attached Imaged I have used my END Date and TIMER STATUS

 

if Status = Pending  (TIMER SHOULD BE : Paused)

 7181.png

 

if Status = In-Progress (TIMER SHOULD BE : Warning)

 

 6.png

 

 if Status = Completed (TIMER SHOULD BE : Success)

 

 0284.png

 

That's it 

 

Please find my video for Step by Step Process

 

Comments

*This post is locked for comments