Hello everyone
In a SharePoint form, I want to overwrite the default values in a text field (Parent.Default) with the values from a collection as soon as checkboxes are clicked in a gallery.
The collection is created when the checkboxes (multiple choice) are clicked by using the following command:
Collect(groupData;ThisItem)
The values from a column of this collection are then transferred to the text field:
Concat(groupData;UserGroup;Char(13))

Do I need to make an adjustment to the “Default” setting of the text field so that the values from the SharePoint list are adopted by default, but are then overwritten when the checkboxes are changed?
Many thanks for your help.
Greetings
Andreas