This is a call to the experienced plugin builders (@vini_brito, @mishav, @exception-rambler, @AliFarahat)…
Would one of you mind helping me with something that I am sure is quite simple for you?
I’m building a server side action with an input field which is a list of type “any thing”, and I can’t work out how to access the data in the list!
So I load the list with the line:
properties.anythinglist.get(0, properties.anythinglist.length()-1);
(took me a while to realise I needed the () after .length!)
Then if I want to do a .get(“first_name_text”) on element [i] of the list, what syntax do I use to access that value?
Thanks in anticipation!
Antony.