Hello,
I have created an entity in CDS name TST_WebAppConfig and I have below data.
I have created a power app with 2 field and I want to select multiple employee name for a Webapp and insert into CDS.
Patch(TST_WebAppConfig ,Defaults(TST_WebAppConfig ),{WebAppName:Textbox1.text, EmployeeName:ListBox1.SelectedItems.Value});
But it is not inserting record in CDS. Is something wrong with this function?
WebApp name | Employee name |
ABC | Test user A |
ABC | Test user B |
XYZ | Test user B |
PQR | Test user A |

Report
All responses (
Answers (