Hello! I created a structure and then created a collection related to the structure. In my application, when I press a button, the fields in my structure are filled in. How can I then send that structure to the collection each time the button is pressed? Thanks
This topic was modified 3 weeks, 3 days ago by Isaac.
the easiest option would be to use the standard client side business object SF_Collection>appendElement after filling in the structure.
Using this you can add the struct at the end of the list. This function is not in place, therefore you need to use the output mapping to write the new array back into the variable.