Hello,
I am new to Powerapps Portals so please bare with me. I have added custom JS to my portal that counts the number of records in a subgrid (re-calculates each time a row is added). The issue is when I am looking up the records (parent) in the subgrid it is then also re-calculating the number of records, but I am only wanting to calculate the number of selected records (child).
I am currently using the subgrid name to calculate, however I want to use just the child subgrid. How can I target just the child subgrid? Thanks!