Hello,
I have a gallery with different items (datasource-sharepointlist) so now i want a button to delete a item from the list.
It workeds with
Remove(Datasource;ThisItem)
So far so simple, so that an item is not accidentally deleted i set a Checkbox, which has to true to show the "delete button".
If(Checkbox1_47.Value=false;Disabled)
It also works well.
But now to my problem, if i delete the first item at the gallery all others "delete buttons" get activated. If a delete the second item it does not happen.
I have created a special video to show my problem
Link to Video: https://clipchamp.com/watch/6qFXdMZBgy0
What is the error? Do you have other ways to solve my problem?