I want to achieve the following:
- Group all child records (Table B) by their respective
ParentName (from Table A).
- Display child records below their corresponding
ParentName.
- Continue processing for the next parent name and its related child records.
Issue:
The current flow I have created takes a long time to complete when processing large data sets. This is impacting performance significantly.
Flow Details:
- I am using [brief description of actions in the flow, e.g., "Filter array," "Apply to each," etc.].
- The number of parent records in Table A is approximately [number].
- The number of child records in Table B is approximately [number].
Screenshots:

Question:
Can anyone suggest a better approach or optimization techniques to:
- Reduce the execution time of this grouping process?
- Make the flow more efficient for large datasets?
Any insights or alternative methods are highly appreciated! 😊
Thanks in advance!