Power Apps Snack: Don't repeat yourself
Case I have some pieces of code in my Power App that I use for several buttons, but I don't want to create multiple copies of that code. Is there a way to create a method or function with custom code that I can call from various buttons? Power A…