Introduction to HTML in Power Apps

Welcome to this introductory video on HTML control in Power Apps.

This tutorial will guide you through the fundamentals. We’ll explore how to add both simple and complex controls, including PenInput and Camera controls. Additionally, we’ll sprinkle some CSS magic, and style your HTML.

Before you begin:

Set(PenImage,JSON(PenInput1.Image,JSONFormat.IgnoreBinaryData));

Set(HTMLContent,"<html><head><title>HTML Demo</title><body><h1>"& Label2.Text &"</h1><img src='"& Camera1.Photo &"' style='width:200px;height:200px'>
<img src="& PenImage &"style='width:200px;height:200px'></body></head></html>")

Video Tutorial:

.

Subscribe to this blog for the latest updates about SharePoint Online, Microsoft Flow, Power Apps, and document conversion and manipulation.

Leave a comment