162
Views
1
Comments
How to add or remove record in structure?
Question
Hi,

I am getting response by calling REST api, outsystems generates structure based upon rest response.
on runtime, I have to add/remove records from the structure.

How can I achieve this?
2012-10-08 11-59-27
Guilherme Pereira
Staff
Hi,

As part of the system functions you get tge ListAppend and ListRemove that should allow you to add/remove records to a list. Also check the other ListXXXX actions in the product help as they may come in handy.

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