Hello,
I am following this amazing blog post by @LinnZawWin to generate document from word template using SetWordTemplate action.
The expected template to be generated is to see the Account "LAST WON Opportunity Actual Revenue". In this case, we have 1:N (Account to many Opportunities).
In the custom action, I have created three different Input parameters as Entity Reference as per the below screenshot:

For each condition, I have set the parameters for the action SelectedTemplate and Target which is mainly the GUID of the record that will be retrieved from the flow.
When I started building my flow and attempting to save it I got the below error:
The dynamic schema response from API 'commondataserviceforapps' operation 'GetMetadataForUnboundActionInput' is too large, only schemas with at most '1024' properties are supported

Clearly it is stating that we exceeded the limits of the fields because in the Accounts and the Opportunities we have MANY fields and currently I am stuck to find a workaround to be able to proceed with the testing.
In addition, I am doing the steps right meaning if I wan to fetch data from the child tables the EntityReference should be within the custom action?
Could you please advise what will be the most effective solution to resolve the above issue and achieve the requirements needed?
I will be adding @Mira_Ghaly since also she faced similar issue but with a different scenario.
Any help is greatly appreciated.
Thank you!