Hello, I am trying to update a SharePoint list when the user selects the 'Submit' button; however, I am getting the below errors. What am I missing?
Collect('Safety Observation Log',{'Observation Type':'Observation Type Dropdown'.Selected,'Area/Department':'Area/Department Dropdown'.Selected,Category:'Category Dropdown'.Selected,'Sub Category':'Sub Category Dropdown'.Selected,'What Actions/Situations did you observe':'Observation Detail Text Input'.Text,'What did you do or say to encourage safety':'Observation Encouragement Text Input'.Text,'Please note any lessons learned or shared idea':'Lessons Learned Text Input'.Text,Observer:'Observer Text Input'.Text,'Added to Maintenance List':'Maintenance List Dropdown'.Selected,Date:'Observation Date Input'.SelectedDate})
