Hi,
I have created a REST API POST Call for my query. There is a time field which shows correct data when i am selecting the data from the connection in the below manner. It shows correct data for time field

but when i reload the app the time fields shows only one value for all the three rows entered. All the other fields shows correct data.
Below is when i am selecting data from the data connection
Time:
2020-06-19T03:27:09.761910Z
2020-06-19T03:27:09.761923Z
2020-06-19T03:27:09.761956Z
After reloading the data it shows only one value for the time field
Time:
2020-06-19T03:27:09.761910Z
2020-06-19T03:27:09.761910Z
2020-06-19T03:27:09.761910Z
I have played around by changing the key generation strategy but still not getting the correct answer.