@SuiteUpstairs, sounds like you’re looking to do some actual code to combine math together with text? Almost like writing custom javascript.
I know we’re a no code platform, but, I just pubished a new “Server Side Javascript” pipe, can you see if that helps you? It essential allows you to create custom variables and write custom JS code to do any sort of JS.
For example,
if({value1}+{value2} < {value3}) { "Yes" } else { "No" }
Or even more complex:
if ({value1}+{value2} < {value3}) {
"Value 1 Plus Value 2 is Less than Value 3"
} else if ({value1}+{value2} > {value3}) {
"Value 1 Plus Value 2 is Greater than Value 3"
} else {
"Something else"
}
If you post here the specifics of what you’re looking to do I’m sure we can help you write your code. We are after all a no code platform. 