I've seen the example sequence file CreateDeleteUsers.seq. and I stepped through the example and got it to work. However, I want, instead, to have this functionality available to the user from my (customized test exec) from the Configure Menu. I added a Configuration Sequence to my process model, and after configuring it, I see it in the drop down list. In the Main of that sequence, I added a message popup just to see that it would call it at runtime, and it did. I later replaced that with an Action call to simple VI.
What I want to do now, is create a VI that looks similar to the attached png (from an excel example), yet lets me add/delete users. I'd llke this to be available only to Admin types. I would initially populate it with the current list of users, then add to it if the user adds a name in the blank line above this list. What LabVIEW widget lets me add names to a list (of strings) like shown?
Also, in my very minimal experimentation, I had made the call to the VI from a sample sequence file - it runs, returns, and says "Passed". I don't want it to generate a test result. Any suggestions?