Are they the same thing? Also, is there a way to, when I remix a project, to also copy all the data across, because when I do it, the data tables are just empty in the remix.
Thanks
Here is a link to the documentation for ReadRecords() and ReadRecordsSync(). From reading the documentation, readRecordsSync() searches a table and returns the results in a JavaScript object. readRecords() has an object parameter called “terms” that can search the table, and you can call a callback function automatically when the call to readRecords() is finished.
Unfortunately I have not been able to find a way to copy the data automatically when remixing. However, you can tell which data sets are used by reading the code, and then just import them again from the data tab.
Hope that helps!
–Michael K.