lbj
February 26, 2026, 8:39am
1
Description / Steps to reproduce:
Add a Container .
Inside the container, add:
An Input component
A Text component
Create a Boolean value (e.g., isEditMode).
Bind the Input component’s visibility to the Boolean (visible when true).
Bind the Text component’s visibility to the same Boolean, but apply “Invert Boolean” so it is visible when false.
Create a Component from the container.
Expected result:
The “Invert Boolean” value processor should still be applied to the Text component inside the new component.
Actual result:
The “Invert Boolean” processor is removed after the container is converted into a component.
synne
February 26, 2026, 9:20am
2
Hei,
Jeg forsøkte å reprodusere feilen gjennom å følge dine steg, men opplever ikke umiddelbart samme feil hos meg. Hvilken versjon av Appfarm Create er løsningen din på?
Har du forsøkt med ulike datatyper (App Variable vs. Runtime Property vs. Database connected property)?
Synne
lbj
February 26, 2026, 9:47am
3
“Is Edting” is I’s a Boolean runtime property on a databaseconnected object. This is the settings before I create a component:
Creating the component like:
And this is the result:
I cant see my current version in Create but last deploy to stage 10 min ago was 136-0-18
synne
February 26, 2026, 11:05am
4
When I used a runtime property on a databaseconnected object like you explained, I was able to reproduce the bug.
I have reported the bug internally, thank you for letting us know!
Synne
1 Like