Good evening,
My collect function suddenly stopped working..
I'm trying to figure what's wrong in here..
Set(varRecordID, Patch(EngStockListReserved,Defaults(EngStockListReserved),{Quantity:Value(TextInput1_1.Text), Description:Title1_1.Text, Email:User().Email, Approved: "In Progress"}).ID);First i set a varRecordID. did a test label and varRecordID is set.
then ,
ClearCollect(colOrderedItems, AddColumns(colProductOrder, "TicketID", varRecordID,"Email", User().Email,"Approved","In Progress","Equipment","Work Order #"&varRecordID&" "&TextInput2_1.Text));Collecting items that has been ordered. Collection is also collected if i check it in the menu.
This part is not working anymore for some reason :
Collect(FinalOrders, colOrderedItems);It was working fine had no problem until i tried to do another test. Have no errors in the code but just doesn't want to collect this in my sharepoint.
Even deleted and created new list but still doesn't collect..
Anyone had this issue before?

Report
All responses (
Answers (