Hi all, I have a chained app on the gallery that reads in user inputs as a .csv file. This userinput.csv file is created dynamically from the first app and saved as a .csv file in a shared folder. The file is then picked up by pointing the input tool to the file path on the shared folder. I can confirm that the userinput.csv is not empty. Even if the first app is not run, the userinput.csv will still hold the record from the previous run.
However, when running the app on gallery, the app reads in 0 records (limit reached)

Anyone know why this is happening?