Good Morning,
I would like to know if there is any way to do the following with power automate.
When an excel is left in one drive, I pick up the rows from this excel. For example it has this format:
| Date | Category | Probe1 | Probe2 | Probe3 |
| 08/06/2021 | Apple | 110g | 120g | 130g |
| 07/06/2021 | Orange | 120g | 130g | 140g |
I want to transform the data to have this format (like overriding column dynamization in power bi)
| Date | Category | Atribute | Value |
| 08/06/2021 | Apple | Probe1 | 110g |
| 08/06/2021 | Apple | Probe2 | 120g |
| 08/06/2021 | Apple | Probe3 | 130g |
| 07/06/2021 | Orange | Probe1 | 120g |
| 07/06/2021 | Orange | Probe2 | 130g |
| 07/06/2021 | Orange | Probe3 | 140g |
Once i have this format achieved, I want to insert each record in a Sharepoint list. It is necessary to get this formatting done because the number of probes can be very high.
Any solution?
Thank you,
Greetings