OS info
- Operating System : Windows 10.0.19044
- Wappler Version : 4.6.4
Problem description
…
Steps to reproduce
- report1647262346012.zip (126.3 KB)
- Whenever i write a condition inside Set value properties in server side, it changes automatically using + operator,
Syntex below
My Syntex was in Code:
stat == 1 ? 'SUCCESS' : stat == 0 ? 'FAILED' : 'PENDING'
Syntex automatically changed as:
stat==1+? 'SUCCESS' : stat==0+? 'FAILED' : 'PENDING'
Community Page
Last updated:
Last updated: