Hi. They still haven’t added this convenient feature for building expressions for Version 2 pages… as it is in Version 1.
![]()
v2 form fields use the runjs function to calculate and assign values.
const total_count_en = await ctx.getVar('ctx.formValues.total_count_en');
const total_count_cn = await ctx.getVar('ctx.formValues.total_count_cn');
return total_count_en+total_count_cn;
const item = await ctx.getVar('ctx.formValues.m2m.item');
return ctx.libs.formula.SUM(item);
Hi, yes, I know you can run JavaScript. But unfortunately, I don’t know how to code. That’s why I found this platform — it’s a convenient and powerful no-code builder, since I can build almost anything on it without writing a single line of code. But that’s only possible in Version 1. I was hoping that feature would be available in Version 2 as well.


