Hi all, I have the below requirement.
I need to create a parent flow in power automate that will read data from excel using “List rows present in a table” Lets say, that sheet has 10 columns (can be any number). This needs to use JSON to fetch the column headers and rows dynamically as I don’t know how many columns or rows will be there in the excel and i cannot hardcode them. Further these details needs to be send to a child flow as a parameter ( i guess, only “text” input parameter can achieve this) and then send those details fetched from the excel in an email in tabular form (using HTML, i guess)
i tried many options but getting some or the other errors like- object to array to string conversion. Copilot suggestions also don’t work.
I appreciate any of your help to achieve the solution.