Actions Editor Doesn't Recognise Conditional Regions

Steps to reproduce in Wappler v5.2.3:

Add a server connect inside a conditional region.
Open the Actions Editor.
Selecting the server connect inside the conditional group inside there won’t add the conditional part.to the code.

Example:

On the page:
CleanShot 2022-11-14 at 20.51.14

In the Actions Editor:

Resulting in the code:

sc_bundle_details.load

while it needs to be:

conditional_bundle_details.sc_bundle_details.load
1 Like