Hi all,
I am trying to find alternatives/workarounds to attempt to fix this delegation warning. I am counting the rows from a SharePoint List Called 'RRF CP Actions' and filtering where the RRF ID is equal to the RRF ID selected in a gallery called TemplateGalleryList1
Here is the code:
CountRows(Filter('RRF CP Actions', 'RRF ID' = TemplateGalleryList1.Selected.'RRF ID'))
What can I alter in the code to remove the delegation warning. the highlighted part of this formula might not work correctly on large datasets. The "CountRows" operation is not supported by this connector.