Handling quote and double quotes

Hi All,

I have a text field with the formula: “this is my favorite color: ‘blue’” and I want incorporate a variable on the last word. Note that these single quotes can’t be removed. So I would try this: “this is my favorite color: '”& [Favorite color] &"’" but Appsheet returns an error: could not be parsed due to exception: Unterminated string.

Has anyone encounter this problem?

I initially posted that question on this post but I’ve met this issue outside of using this quickchart.io.

Thanks!

Solved Solved
0 1 1,371
1 ACCEPTED SOLUTION

This thread will probably help:

Try this as your end expression, based on the info in the above thread. Copy and paste it exactly.

“this is my favorite color: ‘"”& [Favorite color] &"’""

View solution in original post

1 REPLY 1

This thread will probably help:

Try this as your end expression, based on the info in the above thread. Copy and paste it exactly.

“this is my favorite color: ‘"”& [Favorite color] &"’""

Top Labels in this Space