SVG action button

How will this SVG action button work in AppSheet?
Can someone help me?

 

CONCATENATE("data&colon;image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 100 4p00 200' width='900' height='800'>",

"<!-- Action Button -->",
  "<a href='https://www.w3schools.com/graphics/svg_examples.asp'>",
   "<rect x='20' y='50' width='200' height='50' fill='blue' />",
   "<text x='120' y='80' text-anchor='middle' font-size='18' fill='white'>Action</text>",
 "</a>",

"</svg>"
)

0 0 47
0 REPLIES 0
Top Labels in this Space