Hallo,
I have created a demo app and i am not using any forms. Just fields and i am using Collect to save the data to collections.
there is a uniqueID which is produced.
From a combo box field i want to add participants (this should be the child list).
the items of the combo box is Office365Users.SearchUser({searchTerm:personDD.SearchText,top:100})
On the OnChange property i make a Collection. Collect(colTravelParticipants, personDD.Selected);
Then i am using a button to add a column for the ParentID in order to connect the participants with the Parent record.
OnSelect: Collect(colTravelParticipantsWithID,ShowColumns(AddColumns(colTravelParticipants,"ParentID",var_uniqueID),"DisplayName","Mail","Department","ParentID")).
The problem is that every time i am creating a new record and adding participants, the Parent ID in the colTravelParticipantsWithID, gets updated (including Previous records with the previous uniqueID) so i am getting All records with the same unique ID.
Any ideas ?

Report
All responses (
Answers (