Hi there! I’m trying to add a discount line using ...
# suiteflow
t
Hi there! I’m trying to add a discount line using a workflow, and I’m trying to set the rate as a percentage. I can put
'5%'
as the formula (hard-coding it), which works fine. But if I try to pass a string field as a formula, rather than hard-coding it, I always get the same “Invalid Expression” error. Is there any way to set the rate of a discount line as a percentage using the “Create Line” function in SuiteFlow? Thanks so much!
b
try
'5'||CHR(37)