Hi All,
Need help with filter dropdown – the formula is app is working fine – but data is not getting updated in SharePoint. Below are the details:
SharePoint column Structure:

Background – I have a SharePoint data collection app and I want users to fill the form (via Power App) on a monthly basis
Columns which has filter lookup on the App are Cluster, Country and Company Code. Note – the lookup data is on another folder of table of SharePoint as below:
All the details are in the attached word document with screenshots
And the formula on the field goes as below:
Field Cluster – Items - Distinct('Mapping File Cluster - Country - Company', Region)
Field Country – Items - Distinct(Filter('Mapping File Cluster - Country - Company', Region = DataCardValue15.Selected.Result),Country)
Note - DataCardValue15 is Cluster field
Field CompanyCode – Items - Filter('Mapping File Cluster - Country - Company', Country = DataCardValue16.Selected.Result)
Note - DataCardValue16 is Country field
All filters are working fine – but issue is when data is submitted the data does not get updated in Sharepoint
Cluster – Update formula is - DataCardValue15.Selected
Country update formula is - DataCardValue16.Selected
Company Code update formula is - DataCardValue17.Selected