Lesson 5 Practice 3

Getting error while running the automation. Please see the attached file.

Main.xaml (15.4 KB)

Use this Main (1).xaml (16.7 KB)

Issue was you had not set the output variable of the getText to fontSize so it was taking it null and adding 5 to it. also you are using script (fontSize+5).toString in default value. It was not taking that .toString as your variable is already an Int32

Hope it helps