I'm getting only one record repeating itself in the table. (refer to the snapshot attached ; Black panther record is repeating itself)
Also in source record list my input was "GetMovies.List" which i had to explicitly type.
when i'm going to preparation "GetMovies" aggregate is showing error.(PFA the snapshots)
I'm following the exercise guide of Training course available on outsytem platform itself.
This doubt is from exercise 3 - Step 3(d)
Hello,
It is actually showing you the current data, this is showing just in a developemnt time in your service studio
because as you know data will be fetched on runtime.
Once you will publish your module and open the application on a browser,
It will display you the whole records.
Thanks
Hello Satakshi,
As Tausif explained, table is showing only current data and it will show all the data after publish if your aggregate is properly defined.
Second, your aggregate is not showing error, its warning, probably related to performance, which you can ignore.
cheers