I have three centers where you can view data with my bot, I need the user to be able to select a center using an input dialog and then have the selection used to hold an array that the bot will iterate through. The center name will hold an array of the employee names for that center. I then am using a for each to iterate through the names to collect the data. Can someone please show an example of successfully completing this or send me in the right direction? Thank you!
These are the values, but I believe I am doing it incorrectly. When the user selects a center, I need it to be updated for each center (variable of string containing names).
For some reason, nothing occurs after the input dialog is chosen. The bot just stops. Could you please look at this code and possibly fix my error or instruct me on my error? Sequence1.xaml (35.8 KB)