Announcements
Hi all,
In Power Automate Desktop I have a flow where a data table is created. Data for this table is extracted from a webpage, and the table ends up with Column A and Column B, each containing several rows.
Now, I need to add a third column (Column C) where I want to insert the same number for every row. The number is stored in one of my current flow variables. This number will be identical across all rows.
What is the best way to achieve this?
MyDataTable.Columns.Add("Column C", typeof(string)); foreach (DataRow row in MyDataTable.Rows) { row["Column C"] = MyConstant; }
However, when I try to merge the datatable - with the now 3 columns - into another datatable, let's call it NEWdatatable also consisting of three columns, I now get the error "Warning: Deferred type provided and the data is not transferred to NEWdatatable, only the rows for each data line is created.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 592
Valantis 340
11manish 284