So basically I am trying to create a flow that takes input data from a datasource (a single Excel file) and inputs it into a new worksheet in a new table. The premiss of the flow is a continuation of the following post as it partially covers my task link. The post explains how to create a new worksheet and create a table with columnames in said worksheet. However I need to be able to input data into the table in the specific worksheet after it is created. The worksheet names and the table names are predetermied by the name of the input file so the sheet becomes <filename>_worksheet and the table becomes <filename>_table (hovewer the table names are not that important)
However when I try to set a step add row in table and try to specify the worksheet name and table name that are Flow runtime expressions and therefore cannot be used.
Table and worksheet creation
Entering data in the worksheet
Is there any way that the functionality I am trying to use can be implemented Microsoft Flow or will I have to use external tools for my project? Any kind of input will be greatly appreciated
Solved! Go to Solution.
Hi @Anonymous,
I am afraid we can't build such a flow.
As the error message shows, the Dynamic filled in the Table field is still at design-time, so it is not a certain value.
Here, a certain value is needed to connect to the corresponding Table and obtain the Column contained in the Table.
Best Regards,
Barry
Hi @Anonymous,
I am afraid we can't build such a flow.
As the error message shows, the Dynamic filled in the Table field is still at design-time, so it is not a certain value.
Here, a certain value is needed to connect to the corresponding Table and obtain the Column contained in the Table.
Best Regards,
Barry
Hi barry thank you for your swift answer. It really is a shame that adding content to dynamically created sheets and content is not possible, although it seems as if the system should be able to do it. Hopefully it will someday be a feature, as it would be really conveniant.
Hello
Has any progress or work-arounds been created to cover this issue, seems odd that you are able to create a "container" but there is no way to fill it in a single flow.
Cheers
Rob
I actually have found a way to do this. I found this post while trying to achieve the same thing and decided to add my findings. I was able to achieve this by using JSON in the "item" field as shown in my image. The key is the table column and the value is the value you want to add to that row.
EXAMPLE
{
"column1":"value",
"column2":"value"
}
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
89 | |
56 | |
39 | |
37 | |
29 |
User | Count |
---|---|
75 | |
66 | |
50 | |
47 | |
43 |