Nov 19 2022 07:42 AM - edited Nov 19 2022 07:43 AM
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 it also loads empty records. What could be causing the empty records to load?
Thanks,
V/R
chudson002
Nov 20 2022 02:04 AM
Nov 21 2022 05:53 AM
@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.