Supported6 min readUpdated June 5, 2026

Choose layout columns and review field order

Use generated layout settings to make the app easier to scan without reproducing every InfoPath table cell.

Quick answer

In short

Form Migrator uses the InfoPath view order when it can, then falls back to SharePoint/schema order. Choose a column count that fits the form and test on the intended screen size.

Most likely cause

Old InfoPath layouts often used dense tables that do not translate cleanly to a responsive Power Apps canvas.

What to do next

Use two columns for most desktop forms, one column for long or narrow forms, and more columns only for compact review screens.

Why exact layout is hard

InfoPath XSL views often use tables, merged cells, hidden regions, and inline styling. Power Apps uses screens, containers, forms, and cards. The goal is a clean migration scaffold, not a fragile pixel-perfect HTML conversion.

Post-import cleanup

  1. Open each screen in Power Apps Studio.
  2. Check whether important fields are visible without excessive scrolling.
  3. Move high-priority fields toward the top.
  4. Group related fields visually.
  5. Remove duplicate labels or decorative carryover that does not help users complete the task.

Keep reading the next most relevant guides for this form pattern.