Hello everybody,
1. I have gallery which have as a data source a SharePoint library.
2. I have added a Delete button, outside of the gallery
On select from the Delete button, I have used the following formula:
Remove('Contracts / Agreements to be Approved', galOverview.Selected)
Contracts / Agreements to be Approved = data source - SharePoint library
galOverview = Gallery
Unfortunately I receive the following errors:
Incompatible ID column in the data source you're updating expects a 'Number' type and you're using a 'Control' type.
The function "Remove" has some invalid arguments.
Please can anybody, help me with this issue?
Thank you, for your kind support,
Claudia