Can not see html table

“I have an AppSheet table called ‘caucion’ with a virtual column [vista html] type:longtext, htlm that contains the expression”:

Concatenate(
"

Total A Señar Booking Extra ", text([tarifa_total_ars]), " ", text([adelanto]), " ", text([tarifa_booking_usd]), " ", text([extras]), " " )

, but the raw code is being displayed, not the rendered HTML table."

I hope for your help, thanks

In an HTML type you will need some HTML coding.

You seem to be missing that.

Also just attaching TEXT() to a column will not render text.

1 Like

I apologize, I see that I have incorrectly sent the HTML expression within the app formula. The expression I have is this, But this is what I see in the other image.