after consume api i want to save data in database and aggegrate how to acheive
Hi @Pydisetti sai, I am attaching an OML. Keep in mind that this is just an example. You should follow the OutSystems architecture and consume APIs in one module, define your entities in another module, and add the logic to insert data from APIs in another module.
Hi,
I believe you need to go through the guided paths and documentation to learn OutSystems. That kind of actions and behaviours are in the basics. What you want to achieve basically is under the CRUD operations in the Entities, something that you need to learn.
To CRUD operations:
https://www.youtube.com/watch?v=HJB9k7FPeEM
I advise you to take a look at this links and take the tour:
https://www.outsystems.com/training/paths/18/becoming-a-reactive-web-developer/
To REST APIs you can check here:
https://success.outsystems.com/documentation/11/extensibility_and_integration/rest/
Hope this can help you.
Best regards,
Ricardo Pereira