Create a Raffle Give Away in Power Apps Using MS Forms
It's time to give back to all of you and wish everyone a Happy Holiday. The MS Form to enter your name an email will open up next week 12/12/2022, that's December 12th 2022. Today in this video we are going to create a Raffle Power App. Then we will run our Power Apps and pick a winner, in 2 weeks. The winner will get a Steam Game Code which gives them a free PC game called Satisfactory. Thank you everyone who has been supporting me this year! My name is Andrew Hess and I can't wait to give back to the community! OnTimerEnd Timer1: Set(varRandOne, RandBetween(1,10)); UpdateContext({varTimer:false}); UpdateContext({varTimerTwo:true}); UpdateContext({varCount:varCount+1}); Start Timer1: If(varCount Greater Than RandBetween(50,99),varTimer,false) OnTimerEnd Timer2: Set(varRandOne, RandBetween(1,10)); UpdateContext({varTimer:true}); UpdateContext({varTimerTwo:false}); UpdateContext({varCount:varCount+1}); Start Timer2: If(varCount Greater Than 100,varTimerTwo,false) CollectStatement: UpdateContext({varTimer:false});UpdateContext({varTimerTwo:false});UpdateContext({varCount:0}); Clear(colGiveAway); ForAll(Table1,Collect(colGiveAway,{ID:ID,WhatEmail:'What is your email?',WhatName:'What is your name?'})) Chapters: 0:00 Introduction 2:15 Setting up so we can have data from the Public 3:47 Creating a SharePoint Site with a MS Team 5:40 Creating a New MS Form with a Group 8:29 The datasource for our PowerApp 9:05 Creating the PowerApp 11:05 Adding our Datasource to the PowerApp 13:43 Writing our Timer Code in OnTimerEnd 17:25 Calculating how the Timers will Start 18:37 Testing our Timers 22:00 Filtering our Table with the Winner 25:45 Final Testing 27:05 Conclusion Image use came from: https://pixabay.com/illustrations/cyber-monday-sale-offer-giveaway-6856755/
Download
1 formatsVideo Formats
Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.