Tuesday, July 18, 2023

Using SVG Images in PowerApps

 




"data:image/svg+xml;utf8, " & EncodeUrl(

//Set Map svg text

Substitute("<svg xmlns='http://www.w3.org/2000/svg' height='24' width='24'><path d='M7 22H9V24H7V22M11 22H13V24H11V22M15 22H17V24H15V22M5 4H19A2 2 0 0 1 21 6V18A2 2 0 0 1 19 20H5A2 2 0 0 1 3 18V6A2 2 0 0 1 5 4M5 8V18H19V8H5'/></svg>", "<svg ", "<svg fill='"&defaults.primaryColorHex&"' "))

No comments:

Post a Comment

Add Service Principle support in Custom Connector

  then search for "Streamlining Integration: Using Service Principal authentication on Custom connectors with Microsoft Graph Applicati...