<<[Column]>> add a space

If I have an expression in a email body such as:
<<START: Select([Outstanding Parts][ID],TRUE)>><<[Description]>><<[Status]>><>

How do I put a space between <<[Description]>><<[Status]>>

Thanks

0 2 117
2 REPLIES 2

Anything inside the angle brackets will be evaluated as an expression by Appsheet. Anything outside of the angle brackets will just be literal text. So to answer you question, just put a space in between.

<<START: Select([Outstanding Parts][ID],TRUE)>><<[Description]>> <<[Status]>><<END>>

Bob on Marc, Thank you

Top Labels in this Space