So I'm pretty new to M / Power Query, and I am trying to do something similar to this post
I have a function that does operations on a table and it works, we will call it TableOps1. I'm trying to write TableOps2 that calls TableOps1 while there are still Lists or Records in my table (I also...