Is there a way o remove the initial screens from the Shoutout template?

Is there a way o remove the initial screens from the Shoutout template?
Hi @Canadiansal :
Yes.Please try this:
1\Delete the IntroScreen.
2\Clear ActivityFeedScreen-Header-ComboBoxUserSearch's SelectionFill property
3\Delete ActivityFeedScreen-Header-iconInfo
4\Delete ActivityFeedScreen-Header-LblInfo
5\Reset the ActivityFeedScreen-Header-LblSend's X property and Y property
6\Delete PersonScreen-Header_1-icon2_2
7\Delete PersonScreen-Header_1-Label14_2
8\Clear PersonScreen-Header_1-ComboBoxUserSearch_1's SelectionFill property
9\Set PersonScreen-Header_1-Label14_3's OnSelelct property to
Navigate(ActivityFeedScreen)
10\Delete this formula from the apps OnStart property
Set(_activeGuideStep, First(NavigationGallery.AllItems));
After performing the above operations, you should be able to eliminate all errors.
Best Regards,
Bof