Hi,
Through main flow i Invoke a master flow which read excel flow and through output data table i get the data of table in Master flow… and using for each loop for sheet data. then i do read row for sheet data…
And by being on same for each loop i run 3 different invoke flow.
Now question is … if i need more data (column data) from same sheet while im in for each loop of master data… do i need to invoke exel flow again and put the value in to for each loop again OR not ??