Push to collection

  • Isaac
    Participant
      Has successfully completed the online course Basics (100)
    3 weeks, 3 days ago #68607

    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.
    Lukas Henninger
    Moderator
      Has successfully completed the online course Introduction
      Has successfully completed the online course Intermediate (200)
      Has successfully completed the online course Advanced (300)
      Has successfully completed the online course Basics (100)
      Has successfully completed the online course Advanced (310)
      Has successfully completed the online course Advanced (320)
    3 weeks, 3 days ago #68616
    Up
    0
    Down
    ::

    Hi 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.

    Hope this helps.
    Lukas

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.