Your step 2 uses logic to navigate between steps, but it looks like it only goes to the Success step if the Lookup has a value. When I tested your form, the Lookup never had one. At what point should the Lookup field be expected to have a value?
I recommend retracing the flow of your steps to confirm the intended behavior. Let me know if you’d like me to clarify anything further. You can also check our documentation for more detailed guidance on Feathery.
@Kenny after email1 is filled and it connects to API, it will return a True value to the look_up field which is supposed to trigger the second rule which is navigate to step : success step.
So the flow would be user fills email1 → clicks next → connect to api is triggered → if successful, look_up = True → trigger Navigate to success step.
Given the above expected behaviour, what should I do differently?