Hello community,
I created a component with two inputs in my app on WeWeb, and I am using this component on two different pages.
I am facing a problem where I cannot access the values of the inputs from outside the component. For example, when I submit the form, the workflow does not have access to the inputs inside the component.
I started by trying to create two component variables, one for each input, and linked them to the respective “Init value” and checked the option to make them visible outside the component (Expose value outside the component). However, even though I can see the variables in the workflow, they remain undefined even with values filled in the inputs.
Does anyone know how to solve this problem?