I'm trying to create some "Enable if" conditions in a wizard to go from one page to the next on a multi-page app. The conditions I'm using are based on a component having an invalid value as false, but I'm getting an error message that the component is not scoped to the app.
Unable to access 'indirectBuyerEmailInput' since it is scoped to 'newConnectionRequest'. 'undefined' is scoped to the app.
I tried using a transformer instead, but I'm getting the same error.
Seems like a bug, since the component is on the current step of the wizard itself, so all scoping should be on the same page. Any advice or workarounds to be had here? If this doesn't work, are wizards useable at all with multi-page apps when using the "enable with" conditions?
Hey @eman31 thanks for reporting this! We have noted this bug internally.
As for workaround in the meantime, I think what @MiguelOrtiz is saying is correct: while you still might get the validation error in the code editor, the logic itself should still work. Are you seeing it still work on your end despite validation error? Or is it broken in behavior as well?