20
Views
2
Comments
Solved
consume api
Application Type
Reactive

after consume api i want to save data in database and aggegrate how to acheive

2024-12-10 04-40-04
Gitansh Anand
Solution

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.

Test.oml
2021-03-05 13-56-11
Ricardo Pereira
 
MVP

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


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