Hi Ankita,
Arrays need to be processed by JS before they can be recorded in the database. One simple way is to first save the array as a comma separated string (using the JS “join” function). When you retrieve that in a later stage, you can do this with getValue and then parse it into an array again (using the JS “split” function).
Hope this helps!
Lucas
--
You received this message because you are subscribed to the Google Groups "LIONESS Lab help and discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lioness-lab...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/lioness-lab/09e5585f-167f-4e15-83e3-922584c1a904n%40googlegroups.com.