From 78c4d5d6c83f65e271f7bf058bb1fb7e5352e6c0 Mon Sep 17 00:00:00 2001 From: Anderson Silva Date: Sun, 12 Jan 2025 21:50:49 -0600 Subject: [PATCH] Removing dup resource (#2813) The localization team will bring other language files up to date. --- src/strings/PowerFxResources.en-US.resx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/strings/PowerFxResources.en-US.resx b/src/strings/PowerFxResources.en-US.resx index aaecaa686b..bd38c3afe3 100644 --- a/src/strings/PowerFxResources.en-US.resx +++ b/src/strings/PowerFxResources.en-US.resx @@ -3225,9 +3225,6 @@ A new or existing collection to augment. - - A record or table to collect. A record will be appended to the collection. A table will have its rows appended to the collection. - Clears the collection first and adds one or more items to the specified collection. The items can be from a different table or collection (e.g. ClearCollect(collection, source_collection)), or one or more records ClearCollect(collection, {key1: val1, key2: val2, ...}, ...). {Locked=ClearCollect(collection, source_collection)} {Locked=ClearCollect(collection, {key1: val1, key2: val2, ...}, ...)} Description of 'ClearCollect' function.