Hi
I am hoping to build a power automate flow in BC that will loop through the GL entries on a monthly basis to identify any new combinations of GL account, Dimension1, Dimension2 that have been posted. The aim will be to have these combinations recorded in a table in either sharepoint or a custom table. We'll then be using this to update some financial reports.
If I use the list records action in the flow, will the flow not be too slow in retrieving the records first (potentially up to 10,000 records a month)? After that we'll want to filter out those that are already in the combination table.
Is there a more efficient way to do this?