01-26-2018 12:21 PM
In this video, we customize our consent form App by adding conditional formatting, variables, toggles, and even popups. Lots of cool little tricks to learn here so enjoy.
Video on creating the Consent Form and using Pen Input
Video on sending an email with PowerApps
Video on working with PowerApps variables
For support, training, or more information about PowerApps check out http://www.boldzebras.com
watch?v=IvapIsBbM-U
Hi Shane,
Thanks for the video. Just one suggestion here, at the end of the video when you try to reset the form on click of the close button, you copy paste the whole formula written on the OnSelect function for the refresh button(icon1). I would rather invoke the onselect function of the refersh button from the close button itself using the select function,for e.g. Select(icon1) .
So the formula for the close button should be somethig like this- UpdateContext({PopUp : false}); Select(icon1)
Thanks,
Sayantan
Thanks @sayatan that is great feedback. I will try to incorporate that in a future video. YouTube doesn't let me edit after the fact.