Filter Power Apps Gallery by Created By and current user. (Display content that the logged in user authored or created)

In PowerApps in your Gallery's Item area use the following formula

Filter(Data source,'Created By'.Email=User().Email)

Or

Filter('Data source','Created By'.DisplayName= User().FullName)