Hi All,
I have an excel file which has a fixed number of columns, from where I read row by row in Power Automate when I am trying to upload its contents. But now, I want to have the number of columns in my excel file to change/add columns depending upon a numerical value obtained which is a difference between a current date and the date provided (i.e. Number of Days).
For example, I have 5 fixed columns in my excel file. Now, my current date is December 1, 2021 and date provided is December 10, 2021. So, Power Automate should create (10-1)+1 columns extra in my excel with the dates as headers.
After this file is created, and the records are updated, I want to read this excel table in such a way that Power Automate reads the static data column values of each row and for that row it reads the value against the dynamic Date columns and sends the data to SQL procedure.
Thanks & Regards,
Aditya