Hi,
I want to add data to my table after searching. I use collect syntax but its not work. Let me know if u have solution for my problem.
Here the syntax :
Collect(EmployeeList2, {Code:Code.Text,Number: EmployeeNo.Text, 'Employee Name': EmployeeName.Text, Department:Department.Text, Shift:Shift.Text})
Thanks in advance!