
Announcements
Hi,
I have a flow where I would like to remove items in a SharePoint list and also in an SQL server. I'm hitting issues there.
See below the details:
This is the SharePoint list: one column is called "ParseurItemID" which has unique values.
I also have an SQL table where the ParseurItemID is recorded (might have duplicate, I can make sure there is no duplicate for the column ParseurItemID, but for the time being I would like to accommodate the ParseurItemID to have some duplication if possible)
On a click of a "Button" below I would like to remove from the "ParseurItemID" in pink / purple below (it is in an editform, field called PaseurItemID_datacard1, and it's the datacardvalue10) in:
To remove it from the SharePoint List I tried:
So far all my test failed ! If one of you has an advice on this it would be great.
Last but not least, if I want to alter the record and not delete it there is the patch function that I tried as well, without success neither. If you have a tip on the patch it would be great as well.
Thanks a lot to the community, as always !
NickyD.