Good Morning All,
I trying to link a Sharepoint List to CDS
I am trying to pull data from a sharepoint list ie, people name search, but have the data save in CDS??
Sorry for the bad drawing lol

Good Morning All,
I trying to link a Sharepoint List to CDS
I am trying to pull data from a sharepoint list ie, people name search, but have the data save in CDS??
Sorry for the bad drawing lol
Hi @MartinLee,
Try with "Patch" function in PowerApps.
https://powerapps.microsoft.com/en-us/tutorials/function-patch/
Patch( DataSource, BaseRecord, ChangeRecord1 [, ChangeRecord2, … ])
DataSource – Required. The data source that contains the record that you want to modify or will contain the record that you want to create.
BaseRecord – Required. The record to modify or create. If the record came from a data source, the record is found and modified. If the result of Defaults is used, a record is created.
ChangeRecord(s) – Required. One or more records that contain properties to modify in the BaseRecord. Change records are processed in order from the beginning of the argument list to the end, with later property values overriding earlier ones.
Regards,
Mona