Hi,
I have set up an 80 row cascading list, that DOES work perfectly, i.e. with 4 levels.
However, whats not working and seem in loop of depair, is the O data write back. I have had it working on one column writing back from the list to a record list.
The thing I dont understand or know what its called is related to UpdateItem. When you add code to the Update item, in the code that works, the table and columns name all appear as per "normal" PowerApps. On on the none working, I see no column names and ONLY result or value?
I assume the OData connection takes the ID and Value (Lookup column name) and simply looks at the ROW and says "for this ID row, go an "write" the value from the name of the column from cascading list INTO the main SP List etc.....
Do I need to set up lots of little tables and break up the big table?