In an app I’m writing, I want to reload the page after a selection of one of the inputs has been made. I think I have seen this before, but I don’t remember where I saw it. Anybody have any ideas?
input (name:“appUrl”,type:“string”,title:“dev APP url prefix”,description:“app for production”, required:false, refreshAfterSelection:true)
2 Likes
Thanks! Exactly what I was looking for