Autorun flow by condition

Hello can someone help me understand app connect flow.

I have custom url scheme for when my cordova app is opened appname:// I save this to a Wappler variable to use within the app.

function handleOpenURL(url) { 
setTimeout(function () { 
dmx.parse("openURL.setValue('" + url + "')") 
}, 0) }

I want to check this variable if it has particular state returned for security, if the state is correct I then want to run a flow to send this to the server.

I haven’t worked out how to search for this state parameter yet but for now I have is not empty, my question is does this condition when met at anytime run the flow? or is there something else i’m missing. If I auto run will this only run once or every time the condition is met. I would expect there to be a condition input to be below the auto run checkbox.

Sorry if this has been asked before, I couldn’t find the answer.

Community Page
Last updated: