Yeah I totally understand the first one could get complex. I was thinking the schema could look something like:
"parameters": [ { "id": "myBool", "type": "Bool", "argumentIfEnabled": "-set:something=true", "default": false }, { "id": "myFirstTextBox", "type": "Text", "argument": "-set:somevalue=", "default": "" "visibleIf": "myBool=true" } { "id": "mySecondTextBox", "type": "Text", "argument": "-set:somevalue2=", "default": "" "visibleIf": "myBool=true and myFirstTextBox!='""" } ],
So in that example the first text box would be visible if the bool checkbox is ticked, and then the second would become visible one you fill in something for the first text box. There are more complex dynamic UX use cases like “change the available items in a list based on some other parameter”, but they could come later. Anyway, let me know how your inquiry goes.
For the second, could you clarify what you mean by “re-routing this feedback into that ask”? Just checking if there’s another UDN question I could track, or if you have another recommendation for checking in for updates.