Hi everyone,
I have Sharepoint list entries which should be imported to an new created Excel file, within the same flow.
If the Excel file would be a static, already existing file, I could use the "add row in the table" action but I want to fill in a template, which will be used by different users.
Has anybody an idea?
Solved! Go to Solution.
Hi @YoYo1982 ,
You should fill I the Body column with type below:
{
"Column1":"the value1",
"Column2":"The value2",
"Column3":"The value3"
}
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @YoYo1982 ,
Would you please share the example of the requirement?
If you want to add a row to the new created excel file, you need to create table to the excel file in the same flow after the file is created.
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @v-alzhan-msft,
thanks for your feedback.
@v-alzhan-msft wrote:
If you want to add a row to the new created excel file, you need to create table to the excel file in the same flow after the file is created.
But can I then also use "Add a row into a table" within the same flow for the created file and table?
If I tried it I got an error. I guess it is because the Body part is not correct:
Hi @YoYo1982 ,
You should fill I the Body column with type below:
{
"Column1":"the value1",
"Column2":"The value2",
"Column3":"The value3"
}
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
27 | |
26 | |
24 | |
13 | |
11 |
User | Count |
---|---|
62 | |
51 | |
30 | |
29 | |
25 |