Introduction

In the Dataverse table, we can create various types of columns to use within Power Apps applications or flow. But let's say I created a file type column to store an attachment in a row within the dataverse table. So when we create a file type column, we can specify the maximum size of the file that can be attached in KB. But the problem is once you create that column with the specified size, you won't be able to update the size in the future. Let's say you have assigned 100,000 KB initially at the time of creating that column, but now you want to upload a file size that is more than that, but Dataverse will not allow you to update the size. The only way is that you need to delete that column and create a new column with a new file size. But this is not an optimal way. But there is a way that you can update the size of the already created column. In this article, I'll guide you on how we can solve this problem.

Step 1. Prepare the solution

Step 2. Extract the solution

Step 3. Open the customization file

Step 4. Edit the customization file

Step 5. Update the solution file

Step 6. Zip the solution

Step 7. Import the solution

Conclusion