Help
ssdata
4 - Data Explorer
4 - Data Explorer
since ‎Sep 02, 2023
‎Nov 02, 2023

User Statistics

  • 1 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hey Everyone, Can anyone spot where I'm going wrong here?!I am trying to add multiple values to a multiple-choice field:const YesVotes = ["Adam", "Bob", "Charlie"]; const YesArray = []; for (var i = 0; i < YesVotes.length; i++) { YesArray.push('{...
Kudos given to