I have an app that contains a company's asset register. I want to put some long lists into the app. When working with the AI2 Companion the app works fine with a global variable of a CSV of 103,000 items. But this won't compile. I keep getting the message:
Server error: could not save one or more files. Please try again later!
If I reduce the CSV size it compiles fine, but I need 7 CSVs of similar length.
Any ideas...thanks
Sure, It will work but I'm trying to avoid keep splitting the source data and populating 510 variables with it every other week. If there's no other way then so be it. Thanks.