Hi, tldr; I’m trying to add to an instance to a list but somehow its not working.
More Context:
Im building a survey app where an admin can identify that a user can have X number of surveys available to them. (On the User record, theres a list of ‘Surveys’ called availableSurveys)
I can list out the Surveys that is on that User record, but for some reason when I try and add a new Survey to that list it won’t save, BUT I can see via the debugger that it evaluates properly.
Ex. I have a user bcanty+mickey@ who has 1 Survey saved to start “Britts Survey”
Then when I plus item of the new Survey, Brevo Test, I can see that it adds it to the end as Survey #2.
But for some reason when this step is done, its not saved.
The expression is Current cell’s User’s availableSurveys plus item This page Survey Item’s Survey.
I also looked at the User record privacy settings because that tripped me up before.
The end goal is to be able to save this new Survey to the User record to send to an email tool via Zapier.
Thanks in advance for your help!