Good evening everyone,
I accidentally deleted a list from Sharepoint and restored it from a backup.
List is called: News
All of my created collections are now complaining that some columns are no longer accessible.
Example:
before: Subject
since restoration: field_3
I have already tried various options:
Clear(GroupedDataNews);
ClearCollect(GroupedDataNews, News);
Unfortunately without success.
Is there a way to solve my problem without all the individual parameters (gallery, label field, etc.)?