I am new to PowerApps with no development background.
I've been trying to amend the collection names and description in the OnStart and once i run the OnStart after amendments of the leave names and description and launch the app it doesn't work properly. While testing the app it sends the email to manager but doesn't get reflected in the manager login in the app.
for example I've changed the "Type:" Jury-Duty to Business Trip under...
ClearCollect(
LeaveTypeCollection,
Ran fine and names were reflected, but something went wrong in the process once launched and only an email notification was sent to manager but it doesn't appear in the "Login as Manager" for approval.