531
Views
1
Comments
Solved
How to use  List Insert client action .
Question
Application Type
Reactive

Hello All,

I want to use list insert client action in my personal environment so anyone have this answer please share with me.


Thanks 

Sourabh Chaturvedi

2023-10-21 19-42-11
Tousif Khan
Champion
Solution

Hello

You can check here List Insert 

https://success.outsystems.com/Documentation/11/Reference/OutSystems_APIs/System_Actions?

When we have to insert an element to a list at specific position

You need to pass following filters - 

  • List: the List in which you anthe element  to be inserted.

  • index: the index at which the element has to be inserted.
  • element: the element to be inserted in the list.

Sample

Hope this helps

Thanks

Demo_APP_POC_ListAppend.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.