Can data fetched from Rest API be showed without having it stored

0
So I am able to fetch data from a REST API, and currently I'm storing that data in database with help of import mapping But is it possible to to do the same without need to store the data.. Basically fetch and show on my overview page (by tweaking the microflows maybe)
asked
2 answers
1

Hi Archit,

Yes you can 

Use non persistable entities to show in overview page . You can use your microflow to return the list of non perisistable objects

answered
1

You can use the NP entity to fill the REST API response and show it in a page. Once you drop out of the session you will loose the data. For viewing purposes its good enough.

answered