Hello there,
I am trying to use true/false split in my workflow but it is not working. Actually I think I did things wrong but I don’t know what.
Here what I want to do : I am using an input to search a parcel by ID, when I click on the button, a modal is displayed with all the informations I need.
I am trying to include a condition in the workflow. If the value is not an empty string the actual worflow (screenshot) is triggered. If it is an empty string, display an alert with a message.
I am starting to using weweb by the way.