Business Rule Execution Order in Dataverse Power Apps

As you know, You can create multiple Business Rules on same entity or table, its important to understand how the business rules are executing in order.
Normally the Business Rules executes in order depending on the modified on field value. To check this, Navigate to advanced Find and do the query for Processes table and category as Business Rule and Primary entity as target entity. For me its Student.

Add new column to result view to show Modified On Field value.

Now if you click Result, you can see all Business Rules for the entity with modified on field value. You can sort the records by modified on lower to higher value. In below screenshot you can see my Business Rules are executing in below order as I mentioned by modified on field value.

if you want to change the order of business rule you can do a trick. First Deactivate all Business Rules in result view from above advance find result and activate one by one as per your desired order so that the first activated will run first and last activated will run last.
Hope it helps.