Today I added another SQL table from an existing conneciton and I noticed the dbo is gone?
I am guessing this new going forward but can't be done retroactively since it would break all existing references?

Today I added another SQL table from an existing conneciton and I noticed the dbo is gone?
I am guessing this new going forward but can't be done retroactively since it would break all existing references?
Hi @BrianHFASPS
Yes, the new naming convention going forwards is to not include the dbo prefix.
If you were to delete and to re-add '[dbo].[StuLIstSmall]', Power Apps should now re-add it as StuListSmall, and it should automatically correct the existing references in your app.