In many of my forms I have a connect command that will populate things like dropdowns and inputs. For dropdown's, let's say I have a dropdown and it is filled by a connect command that receives a parameter. That parameter is based on a text input where the user will enter in some text, and click a button. That button will run the connect command and the connect command will the send the text the user typed as the send parameter. If that connect command returns results, those results will be mapped to a dropdown. If the user does that search again in the same form instance and the connect command returns no results, the results from the previous search are left in the dropdown. For scenarios like this, is it standard practice to use a "Set selection items" command to clear the dropdown before running the connect command? If so, I'd like to request a feature be added. If you are mapping return parameters of a connect command to a dropdown and the connect command returns 0 results that the dropdown selection items be cleared. This would save me time and training for our other form builders.
