Hello PowerApps Community,
I have created a power app, however this app consists of several patch buttons each with an "if" statement depending on a certain toggle - please see the below screen shot. I am looking for a way to trigger all the save buttons at once. please let me know if this is possible.
To answer your question on how to trigger all save buttons at once:
Select(Button1);
Select(Button2);
Select(Button3);
But if you are saying that each button have separate Patch function attached, I believe that wouldn't be the best way to trigger these buttons as it could lead to system overload.
_____________________________________________________________________________________
Please give a thumbs up if I resolved your issue! Please click Accept as Solution to close the topic!