Hi all,
We have a power apps application that is actually using a Dataverse table. One of the column of the table has the wrong data type (int) et i know that it's not possible to change the type (to Decimal) on an existing column with records.
I tried to delete the existing column, and then create a new column with the same name, but Dataverse is keeping in memory the internal name of the old deleted column, so unfortunately, i can't....
Is there a solution to get ride of the deleted column internal name ? i want to keep the same link between this dataverse Table and the Powerapps application.
Thank you for your help 🙂 !