Hi, have you guys seen this video https://www.youtube.com/shorts/LN2jzPD1DX8? It turns a slide into a layout to use in AppSheet. In my opinion, this is spectacular for addressing a major flaw in AppSheet, which is the lack of more modern layouts. Has anyone tried it? I've been trying with this code, but it gives an error.
"CONCATENATE(
"<table style='border-collapse: collapse; width: 100%; text-align: center;'>",
"<tr>",
"<td style='padding: 0px; border: 1px solid #ddd; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); width: 402px; height: 602px;'>",
"<img src='",
[url],
"' alt='View' style='width: 100%; height: auto; border-radius: 8px;'/>",
"<div style='margin-top:10px;'>",
[AM], // Aqui o valor do campo AM serรก inserido
"</div>",
"</td>",
"</tr>",
"</table>"
)"
Solved! Go to Solution.
User | Count |
---|---|
17 | |
14 | |
8 | |
7 | |
4 |