Hi @Sherazad Ahmed,
Thanks for reaching out to us. We are very pleased to assist you.
Based on the information you have provided and the research I have done, it is likely that you are having problems with the Approved field and list data source binding in your power apps.
It is suggested that you please try the following possible solution:
Step 1: Check the Data Source in PowerApps
- Open PowerApps and navigate to your form.
- Select the form control that contains the "Approved" field.
- In the Properties pane, check that the DataSource is correctly set to your SharePoint list.
- Click on the "Fields" section of the form and verify that the "Approved" field is correctly connected to the right column.
Step 2: Fix the Items Property of the Dropdown
- Select the dropdown control for the "Approved" field.
- Go to the Items property (in the formula bar) and ensure it is set to:
Choices([@YourListName].'Approved') or Choices(YourListName.Approved)
Step 3: Ensure SharePoint Column is Properly Configured
- In SharePoint, go to List Settings.
- Find the Approved column and make sure:
- It is a Choice column.
- The available choices include "Yes" (and any other valid options).
- The Allow multiple selections setting is disabled if not needed.
Step 4: Refresh Data in PowerApps
- In PowerApps, go to the Data tab.
- Click on your SharePoint data source and select Refresh.
Step 5: Remove and Re-add the Field (If Needed)
If the issue persists:
- Remove the "Approved" field from the form.
- Re-add it from the Fields pane.
Finally, in my test environment, it works fine.
If you have any questions, please do not hesitate to contact me.
Moreover, if the issue can be fixed successfully, please click "Accept Answer" so that we can better archive the case and the other community members who are suffering the same issue can benefit from it.
Your kind contribution is much appreciated.