ReadWithExactFilter and ReadWithPartialFilter crashes the app

Hi! I'm trying to use ReadWithExactFilter and ReadWithPartialFilter and they both make the app crash - it simply stops running and closes. It works fine with ReadSheet. I saw there was a bug fix in January regarding an issue with these methods, but it looks like my app is up to date.

This is the google sheet:

I'm running the companion on an iPhone 16.

Please find attached a screenshot of the code and the source code.

Any tips?

Thank you!
Cristina

read_files.aia (7.0 KB)

You are trying to use the one feature of that component has not yet been implemented on iOS:
https://doesappinventorrunonios.com/

P.S. You can work around this, at the cost of downloading the entire sheet and using list filter blocks on the result list of lists.

Oh I see! Thank you! I ended up loading the sheet into lists while I was waiting :smiling_face: