Getting data using data model from data base ?

cancel
Showing results for 
Search instead for 
Did you mean: 
lourdupranay
Member II

Getting data using data model from data base ?

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
douglascrp
Advanced II

Re: Getting data using data model from data base ?

Sorry, but your question is not clear.

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

lourdupranay
Member II

Re: Getting data using data model from data base ?

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!.