Hi Team ,
Having an issue in Saving to a List.
I'm using below expression Onselect of the submit button
ForAll(
ListBox2.SelectedItems,
Collect(
UserAppList,
{
Title:DataCardValue6.Text,
EmployeeID:DataCardValue6.Text,
App:ListBox2.SelectedText
}
)
);
I have selected two applications ,but it will take only the last line description for all the selected items . Pls see the attached screens
pls your Advice
AD