68
Views
2
Comments
Why is my table displaying copies of the topmost record only(getting one record)?

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)

2023-10-21 19-42-11
Tousif Khan
Champion

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

2020-07-29 19-08-40
Sanjay Kumar Sahu

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

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