Is there a method in PowerApps or Power Automate to create a list of all of the controls in a PowerApps Canvas App?
For instance, if I have an app with one screen, and that screen has a text box, a label, and an image, is there a way I can create a list or an output itemizing those? Something similar:
txt_TextBox
lbl_Label
img_Image
As I look at optimizing and documenting the objects and code in my app, it is often very useful for me to have a list of the objects in a spreadsheet or something.