cancel
Showing results for 
Search instead for 
Did you mean: 

Getting data using data model from data base ?

lourdupranay
Champ in-the-making
Champ in-the-making

Saving data is done by using data model mapping to store entity task . I wonder if fetching data is possible with out using Rest Call task or Implementing custom logic. Just searching to pull data from data base in an easy method  as pusing data to data base .

2 REPLIES 2

douglascrp
World-Class Innovator
World-Class Innovator

Sorry, but your question is not clear.

What exaclty are you trying to do?
Can you elaborate and maybe give us some example?

Sorry, for the late reply.

I need to fetch data from custom data base . Currently I am using REST call task to fetch the data . Where as to store data in custom database I use Store entity task . 

Now , I changed my Rest call task with Store entity task and used custom data model to fetch data as well . Thanks!.