Working with HTML in PowerApps can be quite challenging for me due to all the " " " 's and " & " 's. To make my HTML more portable and reusable, I'd like to comment the code.
- Unfortunately, HTML comments written as " <!-- comment --> " do not seem to work.
- Neither does PowerApps comments written as " // comment " nor multiline PowerApps comments written as:
/* multi-
line
comment/
*
Does anyone have a nice method for commenting HTML that I may be missing?
Thank you