I have a flow that has to get many values from one row in Excel to populate a word document.
I get this error message:
The dynamic schema response from API 'excelonlinebusiness' operation 'GetTable' is too large, only schemas with at most '1024' properties are supported.
Any workarounds to be able to get more values. Thinking in the line of spliting the data into two separate rows and read both rows. Would that be possible?