Forum Discussion
chudson002
Nov 19, 2022Copper Contributor
BUTTON LOADING EMPTY RECORDS INTO COLLECTION - ONLY ONE RECORD IN LIST
Good morning, Have an app where a collection is loaded on the click of a button. There is only one record in the SharePoint list. When button is clicked, it loads not only the one record, but i...
ganeshsanap
Nov 21, 2022MVP
chudson002 Can you show the formula you used for collection?
Use ClearCollect() function in formula like this:
ClearCollect(myCollection, SPListDataSourceName);
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.