Few App connect expression builder minor issues

Wappler 6.5.5 Stable
Windows 10
PHP

When you're on code view, changes are not applied:

And if you have something like text condition (contains, end with etc)
image

Once you go back to the expression builder it turns into case insensitive
image

2 Likes

I can confirm this is happening. Expressions are un-editable as it is. And I also see the case-insensitive issue as well.

As explained in the other post code view is for manual code editing only. If we update the code all the time we might loose some typing.

So just use design view for the automatic editing.

Will check the contains issue.

Doesn't matter if you are in Design view. The changes are still not applied. I use design view all the time. Just check the code view for learning or diagnostic purposes.

Sorry @George I don't get your point here.
If you have:
image
The code show:
api1.state.executing

If go to the code and change to this:
image
You expect to see:
!api1.state.executing

But nothing happens, nothing changes, this leads in some troubles because as @brad explains, the changes are not applied and you don't know that.

Why the changes are applied only when image (design) is selected? And not when
image (code) is selected?
Sorry but I'm somehow lost here.

1 Like