Hi
So I have a combo box that pulls information from a SharePoint list to display values.
Now for some reason it stopped updating values, for example I deleted one item, but that Item still shows up in the Combo box, like it's not refreshing.
I tried removing the SharePoint list and re-adding it in the Data.
Combo box items
Distinct(Choices('ColumnTest'.Site),Value)
I don't know why, this item that shows up was deleted more then 8 hours ago.
I do index this column in SharePoint, don't know if that might be the issue here but seems a bit weird because that value is no longer in the list but still being displayed.