I am trying to execute the Answer provided in Lesson 5 - Practice 2 (Level 1 - Foundation Training - 2018.3)
Main.xaml (14.9 KB)
The exercise, requires to change the Font Script. This flowchart selects a new script, but on clicking “OK” in the font window after the execution of the bot, does not seem to save the selected Script. (This can be seen by Clicking Format->Font…).
- Could someone confirm if this behaviour is reproducible when you run the bot & click “OK” in the font window after the execution of the bot? (May be by a like-
or upvote-
)
- How can I make sure Select Item Activity is set for sure?
I also tried using the Attach Window for the Combobox and then using Click instead on Select Item. This still does not work.
Main.xaml (38.2 KB)
Also, I wanted to check if it is possible to use Attach Window for the Combobox and then using Click instead on Select Item as an alternate solution. Please confirm with a solution if possible.