What the generator needs
- The source InfoPath data connection name.
- The destination SharePoint list/library ID and URL.
- The display column users should see, such as Title or Name.
- The value column the form should save, such as email, code, or ID.
- Any filter condition from the original form, such as a role or status.
Common symptoms
- The dropdown chevron appears but the list never opens.
- The property panel shows Depends on a different list than expected.
- A dropdown shows one test value but not the production rows.
- A selected value displays correctly but saves the display name instead of the intended value.
Debug checklist in Power Apps Studio
- Select the dropdown control.
- Check Items and confirm the SharePoint list name is correct.
- Check Value and confirm it points at the display label field.
- Temporarily remove filters from Items to see whether the list returns rows.
- Check the parent card Update formula and confirm it saves Selected.Value or the intended saved column.

