Hello,
I was wondering how i can add more data into the collection
I always use this code to add into my collection
Button Select in Gallery:
If(!IsBlank(LookUp(colPickUp1;ID = ThisItem.ID));Remove(colPickUp1; LookUp(colPickUp1; ID=ThisItem.ID));
Collect(colPickUp1;ThisItem)
);;
So i was wondering how to add only some columns
Like for example i like to add only
ID
HasSent =1
Because i have no clue how we can even add that inside this line
Collect(colPickUp1;ThisItem)
Anyone can helpme please?
Thank you