Hi,
I am using this ClearCollect formula to attempt and remove selected data in the first row. This is the current error I am receiving, I have the correct project boxes selected. I am also using OnSelect.
Any guidance is appreciated.
Here is the formula:
ClearCollect(Collect(collectionTest2,{EmployeeName:Office365Users.MyProfile().DisplayName,Project:ProjectsComboBox_2.Selected.Project,
Phase:PhaseComboBox_2.Selected.Result,
Task:TaskComboBox.Selected.Result,
LaborCode:LaborComboBox.Selected.'Code - Label'})

