I am trying to store user IDs in a single group array with the column type array.
As a user joins a group, I want their ID added to the array.
I understand that when I am mapping local variables (where the userID is stored) to a request parameter that I need to include some of my own code as well in order to get it to pass into the array.
I am very new to javascript and appery.io so any help is appreciated!
column name name is membersIDs