I have a button where in it gets the data from third party API. Api may give 300 + records and I want to bind this in another html as a pop window. I used getquerystringparameters() and passed data through URL. But I am not able to get the whole data.
Any suggestions?